fix #1414, show proper root storage folder name at grouping
This commit is contained in:
parent
dac85245ba
commit
54cb98139e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue