Fix bad log.
This commit is contained in:
parent
7fe427686c
commit
9bdc23a049
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class DefaultPermissionsPresenter @AssistedInject constructor(
|
|||
if (!result) {
|
||||
// Should show rational true -> denied.
|
||||
if (permissionState?.status?.shouldShowRationale == true) {
|
||||
Timber.tag("PERMISSION").w("onPermissionResult: reset the store")
|
||||
Timber.tag("PERMISSION").w("onPermissionResult: setPermissionDenied to true")
|
||||
localCoroutineScope.launch {
|
||||
permissionsStore.setPermissionDenied(permission, true)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue