Tanesh Gupta
Results
2
comments of
Tanesh Gupta
Yes they do go into "Accepted" state but after some time. So as a result I have to manually add a setTimeout delay before sending request which is, not effective...
I found a solution to this issue. Try adding this line: Uri imageuri = data.getData(); Add above line in onActivityResult() method and pass imageuri as an argument: CropImage.activity(imageuri) .setGuidelines(CropImageView.Guidelines.ON) .setAspectRatio(1,...