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
Describe the bug
When requesting permission with the requestPermission method, a dialog appears. If I click outside of it, I expect to have the value denied returned from it, as it does with the permission_handler package. However, it returns deniedForever, which is supposed to happen only after the user explicitly clicks the Deny button and the application is therefore prevented from firing up other such dialogs.
Expected behavior denied is returned
Tested on:
Android, API Level 34 real device
Package version 7.0.1
The text was updated successfully, but these errors were encountered:
Describe the bug
When requesting permission with the
requestPermission
method, a dialog appears. If I click outside of it, I expect to have the valuedenied
returned from it, as it does with the permission_handler package. However, it returnsdeniedForever
, which is supposed to happen only after the user explicitly clicks the Deny button and the application is therefore prevented from firing up other such dialogs.Expected behavior
denied
is returnedTested on:
The text was updated successfully, but these errors were encountered: