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
When the permission dialog pops up, if user touches outside of the permission dialog, the onNeverAskAgain lambda gets executed instead on onPermissionDenied
Expected
Execution of onPermissionDenied when user touches outside the permission dialog
Actual
Execution of onNeverAskAgain when user touches outside the permission dialog
Environment
Which library version are you using? 1.1.2
On which devices do you observe the issue? All
Reproducible steps
Ask for a permission with permission.launch()
After the dialog pops up, touch outside of the dialog's area
The text was updated successfully, but these errors were encountered:
I tried ktx-sample and it was ok (never ask again doesn't called). However the first time I called camera permission and then I touched outside of the dialog neither onNeverAskAgain nor onPermissionDenied get called. But after I pressed deny button once and then launched the permission again and this time by pressing outside of the dialog onPermissionDenied gets called .
Overview
onNeverAskAgain
lambda gets executed instead ononPermissionDenied
Expected
onPermissionDenied
when user touches outside the permission dialogActual
onNeverAskAgain
when user touches outside the permission dialogEnvironment
Reproducible steps
permission.launch()
The text was updated successfully, but these errors were encountered: