This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
Showing a dialog before android permision dialog onPermissionRationaleShouldBeShown does not work when pressing back button #213
Labels
Expected behaviour
I want to help the user understand why my app needs a permission before showing android permission dialog. I'm using a helper dialog to explain that. I disabled the back press button on the helper dialog so the only way to close the dialog is to press a button on the dialog. after user press the close button I consume token with token.continuePermissionRequest(); and android permission dialog is shown and everything should continue to be working fine.
Actual behaviour
when a helper dialog is displayed to user to explain why permission needed and user press on back button then clicks on dialog close button dexter does not work anymore anywhere and show nothing.
Steps to reproduce
Version of the library
5.0.0
The text was updated successfully, but these errors were encountered: