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
On some Android devices an error occurs when requesting permission to the users camera. I was unable to reproduce this error on my own device, a One Plus Nord 2.
PlatformException(PermissionHandler.PermissionManager, A request for permissions is already running, please wait for it to finish before doing another request (note that you can request multiple permissions at the same time)., null, null)
This issue seems to be related to a problem within the package, and has been discussed in the following GitHub issue: Baseflow/flutter-permission-handler#950.
The text was updated successfully, but these errors were encountered:
On some Android devices an error occurs when requesting permission to the users camera. I was unable to reproduce this error on my own device, a One Plus Nord 2.
PlatformException(PermissionHandler.PermissionManager, A request for permissions is already running, please wait for it to finish before doing another request (note that you can request multiple permissions at the same time)., null, null)
This issue seems to be related to a problem within the package, and has been discussed in the following GitHub issue: Baseflow/flutter-permission-handler#950.
The text was updated successfully, but these errors were encountered: