mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-03-17 03:50:09 +01: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)) {
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user