helloSystem / Filer

A file manager that can also render the desktop
GNU General Public License v2.0
31 stars 9 forks source link

foldermodel: fix missing devices on refresh of desktop #73

Closed ghost closed 3 years ago

ghost commented 3 years ago

Refreshing the desktop folder from another view caused all items to be removed in onStartLoading(), so in this specific case we need to handle adding the devices back again in onFilesAdded().

Signed-off-by: Chris Moore chris@mooreonline.org

@probonopd - I have tested this for a while and I'm pretty sure the problem is solved now.

probonopd commented 3 years ago

Thank you very much @moochris. Thanks to your help Filer is so much better already!