IhorKlimov / SmartImagePicker

[Unsupported] Simplest way to pick, crop images on Android from camera or gallery
76 stars 30 forks source link

Blank files getting created in our apps cache directory #1

Closed sidn27 closed 6 years ago

sidn27 commented 7 years ago

Every time we select an image after cropping it, a file with it's name like 'cropped12345.jpg' gets created in the internal cache directory of our app. The same file is visible in the gallery. Is there any way to delete the file from cache folder or hide them.? Or should the ImagePicker create the same file in Context.MODE_PRIVATE.?

IhorKlimov commented 6 years ago

FIxed in v 1.0.1 and I delete all previous cropped files, leaving only the last one