mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
adding missing function params
This commit is contained in:
@ -38,7 +38,7 @@ class CopyTask(listener: CopyTask.CopyListener, val context: Context) : AsyncTas
|
||||
if (source.isDirectory) {
|
||||
copyDirectory(source, destination)
|
||||
} else {
|
||||
copyFile()
|
||||
copyFile(source, destination)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user