mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 04:20:38 +01:00
hide hidden folders only when appropriate
This commit is contained in:
parent
9e16592c44
commit
8e5f72f59b
@ -119,7 +119,7 @@ private fun parseCursor(context: Context, cur: Cursor, isPickImage: Boolean, isP
|
||||
}
|
||||
}
|
||||
|
||||
if (!isExcluded) {
|
||||
if (!isExcluded && !showHidden) {
|
||||
noMediaFolders.forEach {
|
||||
if (path.startsWith(it)) {
|
||||
isExcluded = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user