Yalantis / uCrop

Image Cropping Library for Android
https://yalantis.com/blog/introducing-ucrop-our-own-image-cropping-library-for-android/
11.88k stars 2.16k forks source link

not able to make crop activity not close when submit is clicked. #736

Open shubh420 opened 3 years ago

shubh420 commented 3 years ago

When I am clicking on submit button of crop image screen, I want to be able to put a check on file size and show toast message accordingly, which I am able to do because of the onActivityResult I get in my custom activity. But the thing is, crop activity is getting closed on clicking of submit button.

Is there any existing way I can make crop activity not close when submit is clicked, other than doing the changes myself in the library?