ArthurHub / ArthurHub/Android-Image-Cropper

Doesn't work if i choose second image after the first image has been cropped

Open
#183 7 comments 0 reactions 0 assignees View on GitHub
enhancement
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.
![capture _2016-10-26-17-56-58](https://cloud.githubusercontent.com/assets/3726164/19726725/be34ed82-9ba5-11e6-88b3-715a986fbac9.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.