Skip to content

Commit

Permalink
forgot to set failure callback :(
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Jan 30, 2024
1 parent 483fb56 commit 09b1c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/geode/launcher/utils/GeodeUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ object GeodeUtils {
if (needsPermissions.isNotEmpty()) {
internalRequestPermissionsLauncher.launch(needsPermissions.toTypedArray())
afterRequestPermissions = onSuccess
afterRequestPermissionsFailure = onFailure
} else {
onSuccess()
}
Expand Down

0 comments on commit 09b1c9b

Please sign in to comment.