ArthurHub / ArthurHub/Android-Image-Cropper
Doesn't work if i choose second image after the first image has been cropped
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
I am using the activity flow of cropping an image. I start the cropper activity by using
```
CropImage.activity(uri)
.setGuidelines(CropImageView.Guidelines.ON)
.setOutputUri(outputUri)
.start(this);
```
and gets the cropped image which i then passes on to another which renders it perfectly.
but when i get back to the previous activity which is responsible for using the image, i again starts the cropper activity using the above code. The cropper activity launches but it shows a blank screen with a loader in the center which keeps on loading for like infinity.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.