mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
fix #1415, properly sort grouped directories
This commit is contained in:
parent
547e6bd48a
commit
35bd124b0b
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ fun Context.getDirsToShow(dirs: ArrayList<Directory>, allDirs: ArrayList<Directo
|
|||
}
|
||||
}
|
||||
|
||||
parentDirs
|
||||
getSortedDirectories(parentDirs)
|
||||
} else {
|
||||
dirs.forEach { it.subfoldersMediaCount = it.mediaCnt }
|
||||
dirs
|
||||
|
|
Loading…
Reference in a new issue