mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 22:47:59 +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 {
|
||||
if (path.startsWith(it)) {
|
||||
isExcluded = true
|
||||
|
|
Loading…
Reference in a new issue