mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
hide hidden folders only when appropriate
This commit is contained in:
@ -119,7 +119,7 @@ private fun parseCursor(context: Context, cur: Cursor, isPickImage: Boolean, isP
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isExcluded) {
|
if (!isExcluded && !showHidden) {
|
||||||
noMediaFolders.forEach {
|
noMediaFolders.forEach {
|
||||||
if (path.startsWith(it)) {
|
if (path.startsWith(it)) {
|
||||||
isExcluded = true
|
isExcluded = true
|
||||||
|
Reference in New Issue
Block a user