-
Notifications
You must be signed in to change notification settings - Fork 344
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
using .crop doesn't work corectly #32
Comments
I have the same issue, can you please provide a fix |
This seems to be device dependent. Or more specifically, dependent on the Camera App. |
After further investigation: It only happens in some devices (maybe it is Android 10+ related), and only when using InlineActivityResult. I replaced InlineActivityResult with the old-fashioned approach, and it worked flawlessly. I think this issue should be renamed, as it isn't |
The issue is in InlineActivityResult lib. I have submitted a [pull request (https://github.com/florent37/InlineActivityResult/pull/13), Which is recently merged in their master branch. Now, Waiting for the new release. |
Pull Request has been merged, So upgrading Gradle for the fixes. |
When using .crop, it opens the camera, when you take a picture it opens the crop screen and opens the camera again.
The text was updated successfully, but these errors were encountered: