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
As the AppLifeCycleState becomes inactive while the permission for library access is shown and then resumed is called when user has clicked on a action. It would be much better if the methods would work and I wouldn't need this workaround.
When using
checkAndRequest
orrequestPermissions
, withawait
it doesn't wait for the user input but rather just jumps to the next line.Example
In this case both print's gets triggered as soon as this method is called. It doesn't wait for user input.
Only tested on latest iOS 16.6
The text was updated successfully, but these errors were encountered: