mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
fix #1415, properly sort grouped directories
This commit is contained in:
@ -213,7 +213,7 @@ fun Context.getDirsToShow(dirs: ArrayList<Directory>, allDirs: ArrayList<Directo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
parentDirs
|
getSortedDirectories(parentDirs)
|
||||||
} else {
|
} else {
|
||||||
dirs.forEach { it.subfoldersMediaCount = it.mediaCnt }
|
dirs.forEach { it.subfoldersMediaCount = it.mediaCnt }
|
||||||
dirs
|
dirs
|
||||||
|
Reference in New Issue
Block a user