mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-03-02 02:27:45 +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) {
|
if (source.isDirectory) {
|
||||||
copyDirectory(source, destination)
|
copyDirectory(source, destination)
|
||||||
} else {
|
} else {
|
||||||
copyFile()
|
copyFile(source, destination)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user