AnExplorer
AnExplorer copied to clipboard
[Question] Maybe Bug...
Hi, @1hakr , When I copy or move or delete files from PC to phone through USB, while the AnExplorer app is running, sometimes it will not correct, like
- Not showing all files after operation
- The files which already not exist still on the list
- The count of sub-file of directory is not correct
I'm also an Android Explorer developer, I find you use the class FileObserver
to monitor the file system, maybe you can do a debounce or throttle operation of refresh UI.
BTW: I think FileObserver
will cause performance problem(as memory etc.) with thousands folders, so I monitor MediaStore
instead, but also some problem will occur... (So maybe an unuseful suggestion)
((Sorry for my poor english...