CanHub / Android-Image-Cropper

Image Cropping Library for Android, optimised for Camera / Gallery.
https://canhub.github.io/
Apache License 2.0
1.17k stars 240 forks source link

Multiple call of cropImage in loop when we can pick more then one image from gallery #615

Open AppBin86 opened 5 months ago

AppBin86 commented 5 months ago

When we call cropImage more then one time then onactivityresult calls only the last time in android api 30 but in api 33 it is calling n number of times so because of this when we want crop path then we get only last path not all the paths.