mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-04-03 13:11:04 +02:00
make the data folder check incase sensitive
This commit is contained in:
parent
0fe7a49e4b
commit
394d7ccbbc
@ -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 && currentString.startsWith("/Android/data")) {
|
if (cnt > 50 && currentString.startsWith("/Android/data", true)) {
|
||||||
oftenRepeatedPaths.add(currentString)
|
oftenRepeatedPaths.add(currentString)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user