mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
fixes after rebase
This commit is contained in:
parent
a5345705c6
commit
f7402a2e51
1 changed files with 1 additions and 2 deletions
|
@ -632,9 +632,8 @@ public class OCFileListAdapter extends RecyclerView.Adapter<RecyclerView.ViewHol
|
||||||
// also sync folder content
|
// also sync folder content
|
||||||
if (ocFile.isFolder()) {
|
if (ocFile.isFolder()) {
|
||||||
long currentSyncTime = System.currentTimeMillis();
|
long currentSyncTime = System.currentTimeMillis();
|
||||||
boolean shareSupported = AccountUtils.getServerVersion(mAccount).isSharedSupported();
|
|
||||||
RemoteOperation refreshFolderOperation = new RefreshFolderOperation(ocFile, currentSyncTime, false,
|
RemoteOperation refreshFolderOperation = new RefreshFolderOperation(ocFile, currentSyncTime, false,
|
||||||
shareSupported, false, mStorageManager, mAccount, mContext);
|
false, mStorageManager, mAccount, mContext);
|
||||||
refreshFolderOperation.execute(mAccount, mContext);
|
refreshFolderOperation.execute(mAccount, mContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue