Open VioletGiraffe opened 5 years ago
Is there a reason why check() can't see that all the permissions are granted and do nothing in that case? My activity does onPause() - onResume() when I call check () even if no actual request is shown (all permissions already granted).
check()
onPause()
onResume()
check ()
@VioletGiraffe
TedPermission.isGranted()
onResume
Is there a reason why
check()
can't see that all the permissions are granted and do nothing in that case? My activity doesonPause()
-onResume()
when I callcheck ()
even if no actual request is shown (all permissions already granted).