Sibonelo Gwala

Results 1 comments of Sibonelo Gwala

I’ve figured out something temporarily, I clear the folder when setting a new picture. Like: ``` fun pickPhoto() { runCatching { val myCacheDir = File(cacheDir+”/my_pics”) myCacheDir.deleteRecursively() } ImagePicker.withGallery() .storageDir(myCacheDir) .start(123)...