We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tell us which versions you are using:
openCropper should totally dismiss when hitting Cancel
The openCropper is dismissed, but a grey background remains (UITransitionView) and the actual app view controller (beneath) is frozen
From a modal view controller, openCamera, and take a photo
openCamera
then when done, openCropper
openCropper
hit cancel
It's a known issue of TOCropViewController TimOliver/TOCropViewController#365
The text was updated successfully, but these errors were encountered:
Making sure the UI doesn't freeze when dismissing the cropper
f0e63ba
- Fixes: ivpusic#1585
Opened a PR to work around the issue here: #1586
Sorry, something went wrong.
I think this is a duplicate of #1540.
Successfully merging a pull request may close this issue.
Version
Tell us which versions you are using:
Platform
Expected behaviour
openCropper should totally dismiss when hitting Cancel
Actual behaviour
The openCropper is dismissed, but a grey background remains (UITransitionView) and the actual app view controller (beneath) is frozen
Steps to reproduce
From a modal view controller,
openCamera
, and take a photothen when done,
openCropper
hit cancel
It's a known issue of TOCropViewController TimOliver/TOCropViewController#365
The text was updated successfully, but these errors were encountered: