Sort folders

This commit is contained in:
Naveen 2023-08-06 23:17:49 +05:30
parent 22190e4c79
commit 5b776b97bd
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3

View file

@ -41,6 +41,7 @@ class AudioHelper(private val context: Context) {
folders.add(folder)
}
folders.sortSafely(config.folderSorting)
return folders
}