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