mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
use a copy of directories at search
This commit is contained in:
parent
3c18ecacc4
commit
8434181387
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
} catch (e: Exception) {
|
||||
config.everShownFolders = HashSet()
|
||||
}
|
||||
mDirs = dirs
|
||||
mDirs = dirs.clone() as ArrayList<Directory>
|
||||
}
|
||||
|
||||
private fun checkPlaceholderVisibility(dirs: ArrayList<Directory>) {
|
||||
|
|
Loading…
Reference in a new issue