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
{{ message }}
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
When asking for permissions, the invisible activity is always created, this might cause some issues if Dexter is called from the onCreate or onResume methods of your own activity (as it will force another call to onCreate & onResume once the inner activity is dismissed). We should only create the inner Activity iff ActivityCompat.requestPermissions is going to be called.
For calling checkSelfPermission we should use the provided application context.
The text was updated successfully, but these errors were encountered:
When asking for permissions, the invisible activity is always created, this might cause some issues if Dexter is called from the
onCreate
oronResume
methods of your own activity (as it will force another call toonCreate
&onResume
once the inner activity is dismissed). We should only create the innerActivity
iffActivityCompat.requestPermissions
is going to be called.For calling
checkSelfPermission
we should use the provided application context.The text was updated successfully, but these errors were encountered: