mirror of
				https://github.com/SimpleMobileTools/Simple-Gallery.git
				synced 2025-06-05 21:59:19 +02:00 
			
		
		
		
	properly hide hidden folders
This commit is contained in:
		@@ -38,7 +38,7 @@ class GetDirectoriesAsynctask(val context: Context, val isPickVideo: Boolean, va
 | 
			
		||||
            // make sure the path has uppercase letters wherever appropriate
 | 
			
		||||
            val groupPath = File(curMedia.first().path).parent
 | 
			
		||||
            if (!File(groupPath).exists() || !shouldFolderBeVisible(groupPath, excludedPaths, includedPaths)) {
 | 
			
		||||
                removePaths.add(groupPath)
 | 
			
		||||
                removePaths.add(groupPath.toLowerCase())
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user