mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +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) {
|
} 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…
Reference in a new issue