mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-07 05:47:40 +01:00
add an extra check to avoid showing duplicate folders
This commit is contained in:
parent
b4f44df183
commit
688b0e2624
@ -276,7 +276,7 @@ fun Context.getCachedDirectories(getVideosOnly: Boolean = false, getImagesOnly:
|
||||
}
|
||||
}) as ArrayList<Directory>
|
||||
|
||||
callback(filteredDirectories)
|
||||
callback(filteredDirectories.distinctBy { it.path.toLowerCase() } as ArrayList<Directory>)
|
||||
|
||||
removeInvalidDBDirectories(directories, directoryDao)
|
||||
}.start()
|
||||
|
Loading…
Reference in New Issue
Block a user