Accept when the user only gives coarse location access (#389)
This commit is contained in:
parent
2fb2e2ddda
commit
d5880abaf4
@ -163,7 +163,7 @@ internal class PermissionsManagerImpl(
|
||||
}
|
||||
|
||||
PermissionGroup.Location -> {
|
||||
locationPermissions.all { context.checkPermission(it) }
|
||||
locationPermissions.any { context.checkPermission(it) }
|
||||
}
|
||||
|
||||
PermissionGroup.Contacts -> {
|
||||
@ -262,4 +262,4 @@ internal class PermissionsManagerImpl(
|
||||
Manifest.permission.WRITE_EXTERNAL_STORAGE
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user