mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
refresh the directories after copy too
This commit is contained in:
parent
b6bbc8abd7
commit
1c96f5ced7
1 changed files with 1 additions and 3 deletions
|
@ -249,9 +249,7 @@ class DirectoryAdapter(val activity: SimpleActivity, val dirs: MutableList<Direc
|
||||||
}
|
}
|
||||||
|
|
||||||
activity.tryCopyMoveFilesTo(files, isCopyOperation) {
|
activity.tryCopyMoveFilesTo(files, isCopyOperation) {
|
||||||
if (!isCopyOperation) {
|
|
||||||
listener?.refreshItems()
|
listener?.refreshItems()
|
||||||
}
|
|
||||||
actMode?.finish()
|
actMode?.finish()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue