mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-18 12:50:35 +01:00
adding missing function params
This commit is contained in:
parent
7d08cd8653
commit
2422b0fd53
@ -38,7 +38,7 @@ class CopyTask(listener: CopyTask.CopyListener, val context: Context) : AsyncTas
|
||||
if (source.isDirectory) {
|
||||
copyDirectory(source, destination)
|
||||
} else {
|
||||
copyFile()
|
||||
copyFile(source, destination)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user