-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
[BUG] - Camera crop image activity is not removed #162
Comments
Interesting bug, never got in his case, but I know why this happen, we use the same file name to save cache memory of the device, so we don't create an image copy for every crop done. Not an urgent bug, but for sure something would be nice to fix. The fix will be something like this: (If someone has more time before myself)
|
@Canato Please, how to clean original URL parameter ? |
Not sure if this is possible. Need to check if original url is accessible (not on my computer today) we probably need a PR to improve this |
Just check the code and we can't need some PR to improve it. Please feel free to drop a PR with a fix and we can discuss =D |
youtube video
Steps to reproduce the behaviour:
Cropping photos from the gallery will not result in this.
this bug appears when after cropping with the camera .
After cropping with the camera, if you do not select an image from the gallery, the camera image result will continue to appear.
Actual Behaviour:
You can see your first cropped image
Expected behaviour:
You should close crop activity because you don't have a image selected
The text was updated successfully, but these errors were encountered: