mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-05 21:04:18 +01:00
a minor Move correction
This commit is contained in:
parent
227ef72786
commit
d8a91f1301
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user