mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56: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
|
uses: github/codeql-action/upload-sarif@v1
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
sarif_file: build/report/detekt.sarif
|
sarif_file: build/reports/detekt.sarif
|
||||||
|
|
|
||||||
|
|
@ -262,4 +262,5 @@ class InboxMessageListFragment : BaseMainFragment<FragmentInboxMessageListBindin
|
||||||
private fun openProfile() {
|
private fun openProfile() {
|
||||||
replyToUserUUID?.let { FullProfileActivity.open(it) }
|
replyToUserUUID?.let { FullProfileActivity.open(it) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -692,7 +692,7 @@ style:
|
||||||
NestedClassesVisibility:
|
NestedClassesVisibility:
|
||||||
active: true
|
active: true
|
||||||
NewLineAtEndOfFile:
|
NewLineAtEndOfFile:
|
||||||
active: true
|
active: false
|
||||||
NoTabs:
|
NoTabs:
|
||||||
active: false
|
active: false
|
||||||
ObjectLiteralToLambda:
|
ObjectLiteralToLambda:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue