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?
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?