mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 22:47:59 +01:00
make renaming folders quicker
This commit is contained in:
parent
d91228eedf
commit
2b37c315f1
1 changed files with 2 additions and 2 deletions
|
@ -173,8 +173,8 @@ class DirectoryAdapter(activity: BaseSimpleActivity, var dirs: ArrayList<Directo
|
|||
name = it.getFilenameFromPath()
|
||||
tmb = File(it, tmb.getFilenameFromPath()).absolutePath
|
||||
}
|
||||
currentDirectoriesHash = dirs.hashCode()
|
||||
listener?.updateDirectories(dirs.toList() as ArrayList, true)
|
||||
updateDirs(dirs)
|
||||
listener?.updateDirectories(dirs.toList() as ArrayList, false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue