MultiType-FilePicker icon indicating copy to clipboard operation
MultiType-FilePicker copied to clipboard

Newly downloaded files do not visible but after renaming or copy/paste becoming visible.

Open yriynexus opened this issue 8 years ago • 3 comments
trafficstars

Newly downloaded files do not visible but after renaming or copy/paste becoming visible. Is it possible to fix it? Your work is beautiful, thanks.

yriynexus avatar May 18 '17 05:05 yriynexus

I have the same problem, including files newly generated by APP. Also, thanks your work done! This package have well design!

typebrook avatar May 21 '17 14:05 typebrook

@yriynexus @fishwjy

I found why this happened, missing files are not in media database. MediaScannerConnection or android.intent.action.MEDIA_SCANNER_SCAN_FILE are necessary in this case.

https://developer.android.com/reference/android/media/MediaScannerConnection.html

typebrook avatar May 22 '17 09:05 typebrook

Please try 1.0.5.

fishwjy avatar Sep 14 '17 06:09 fishwjy