mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 11:46:32 +00:00
fix typo
This commit is contained in:
parent
ceb034490a
commit
1d0b8f2e0f
3 changed files with 4 additions and 3 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -102,4 +102,4 @@ jobs:
|
|||
uses: github/codeql-action/upload-sarif@v1
|
||||
if: ${{ always() }}
|
||||
with:
|
||||
sarif_file: build/report/detekt.sarif
|
||||
sarif_file: build/reports/detekt.sarif
|
||||
|
|
|
|||
|
|
@ -262,4 +262,5 @@ class InboxMessageListFragment : BaseMainFragment<FragmentInboxMessageListBindin
|
|||
private fun openProfile() {
|
||||
replyToUserUUID?.let { FullProfileActivity.open(it) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -692,7 +692,7 @@ style:
|
|||
NestedClassesVisibility:
|
||||
active: true
|
||||
NewLineAtEndOfFile:
|
||||
active: true
|
||||
active: false
|
||||
NoTabs:
|
||||
active: false
|
||||
ObjectLiteralToLambda:
|
||||
|
|
|
|||
Loading…
Reference in a new issue