ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.38k stars 1.34k forks source link

Not working activity properly. CropImage.activity() finished before selecting Image #768

Open WackyCodes opened 4 years ago

WackyCodes commented 4 years ago

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);

Canato commented 3 years ago

Hey!

I start a new project to handover this library https://github.com/CanHub/Android-Image-Cropper

The ideia is that we keep improving because this project don’t have updates since 2018 Hope I can count with your help.

Open to contribute, next pieces of work will be Android 11 permissions, refactor into Kotlin and ActivityContract