mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-04-05 22:21:11 +02:00
exclude spam folders automatically only from the data folder
This commit is contained in:
parent
1bc1b40077
commit
0fe7a49e4b
@ -1126,7 +1126,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||||||
|
|
||||||
if (!checkedPaths.contains(currentString)) {
|
if (!checkedPaths.contains(currentString)) {
|
||||||
val cnt = paths.count { it.startsWith(currentString) }
|
val cnt = paths.count { it.startsWith(currentString) }
|
||||||
if (cnt > 50) {
|
if (cnt > 50 && currentString.startsWith("/Android/data")) {
|
||||||
oftenRepeatedPaths.add(currentString)
|
oftenRepeatedPaths.add(currentString)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user