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 -> {
|
PermissionGroup.Location -> {
|
||||||
locationPermissions.all { context.checkPermission(it) }
|
locationPermissions.any { context.checkPermission(it) }
|
||||||
}
|
}
|
||||||
|
|
||||||
PermissionGroup.Contacts -> {
|
PermissionGroup.Contacts -> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user