You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: