mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-05-19 14:20:37 -04:00
a minor Move correction
This commit is contained in:
@@ -94,6 +94,8 @@ class CopyDialog(val activity: Activity, val files: List<File>, val copyListener
|
||||
} else {
|
||||
for (file in files) {
|
||||
val destination = File(destinationDir, file.name)
|
||||
file.renameTo(destination)
|
||||
context.rescanItem(file)
|
||||
context.rescanItem(destination)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user