mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-30 08:18:00 +01:00
hide hidden folders only when appropriate
This commit is contained in:
parent
9e16592c44
commit
8e5f72f59b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue