mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
fix #1414, show proper root storage folder name at grouping
This commit is contained in:
@ -274,7 +274,7 @@ fun Context.getDirectParentSubfolders(dirs: ArrayList<Directory>, currentPathPre
|
||||
val directory = Directory(newDirId++,
|
||||
parent,
|
||||
subDirs.first().tmb,
|
||||
parent.getFilenameFromPath(),
|
||||
getFolderNameFromPath(parent),
|
||||
subDirs.sumBy { it.mediaCnt },
|
||||
lastModified,
|
||||
dateTaken,
|
||||
|
Reference in New Issue
Block a user