fishwjy / MultiType-FilePicker

This is a light Android file picker library.
Apache License 2.0
1.4k stars 250 forks source link

FilePicker Shows Deleted Files #59

Open twostarii opened 4 years ago

twostarii commented 4 years ago

I choose a file from internal storage, upload it to server and delete the file thereafter however the filepicker still shows the deleted file from gallery even though it is removed and scanned, selecting this file returns File Not Found exception because it is deleted. How can I clear cache of the FilePicker library so that it must not show deleted files in its file browser.