mirror of
				https://github.com/SimpleMobileTools/Simple-File-Manager.git
				synced 2025-06-05 22:09:15 +02: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 { |                     } else { | ||||||
|                         for (file in files) { |                         for (file in files) { | ||||||
|                             val destination = File(destinationDir, file.name) |                             val destination = File(destinationDir, file.name) | ||||||
|  |                             file.renameTo(destination) | ||||||
|  |                             context.rescanItem(file) | ||||||
|                             context.rescanItem(destination) |                             context.rescanItem(destination) | ||||||
|                         } |                         } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user