ArthurHub / ArthurHub/Android-Image-Cropper
Not working activity properly. CropImage.activity() finished before selecting Image
Open
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
When I launched my app on my device it's work only one time. But when I clear it from cache and restart app and then try to crop new Image then activity started but before selecting any Image to crop it have been finished. I don't know but it is not working properly.
//Code.
CropImage.activity()
.setGuidelines(CropImageView.Guidelines.ON)
.start(ImageCompress.this);
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.