-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freezes on action button #71
Comments
Same here. |
Thanks, it works! The app is not freezing now. I guess the default behaviour was supposed to dismiss the My quick guess is that the dismiss should be done on completion of save image operation. For now, your solution is the best. The users will have to manually close the view by swipe of by using the close button. |
After testing more, I found that the following actions are also causing the same issue:
In case of Save to Files, it takes too long. And if I tap the cancel, it does not close the And I see an error log: |
Alright, the cause of the above issues was your work around. But this code fixes the issue:
|
According to this issue alexhillc#71 Change fix freezing problem when permission to gallery was refused.
Hi
My app is freezing when tapped on the action and if save is selected from the action sheet.
The dismiss button and swipe also stops working.
The text was updated successfully, but these errors were encountered: