mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Fixed compilation error
This commit is contained in:
parent
11f6daf403
commit
eab9d689c5
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ public class SynchronizeFolderOperation extends SyncOperation {
|
|||
requestForDownloadFile(remoteFile);
|
||||
} else {
|
||||
// Run new SyncFolderOperation for download children files recursively from a folder
|
||||
RemoteOperation synchFolderOp = new SyncFolderOperation( mContext,
|
||||
SynchronizeFolderOperation synchFolderOp = new SynchronizeFolderOperation( mContext,
|
||||
remoteFile.getRemotePath(),
|
||||
mAccount,
|
||||
mCurrentSyncTime);
|
||||
|
|
Loading…
Reference in a new issue