mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 12:30:36 +01:00
use a copy of directories at search
This commit is contained in:
parent
3c18ecacc4
commit
8434181387
@ -885,7 +885,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
config.everShownFolders = HashSet()
|
config.everShownFolders = HashSet()
|
||||||
}
|
}
|
||||||
mDirs = dirs
|
mDirs = dirs.clone() as ArrayList<Directory>
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun checkPlaceholderVisibility(dirs: ArrayList<Directory>) {
|
private fun checkPlaceholderVisibility(dirs: ArrayList<Directory>) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user