mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
GetRemoteFileTask: pass User directly instead of account
Needed after model changes in master Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
149c701682
commit
b6cd8af18a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class GetRemoteFileTask(
|
|||
false,
|
||||
true,
|
||||
storageManager,
|
||||
user.toPlatformAccount(),
|
||||
user,
|
||||
context
|
||||
)
|
||||
synchFolderOp.execute(client)
|
||||
|
|
Loading…
Reference in a new issue