mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
use nextcloudClient.execute(…)
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
066f4c25aa
commit
e5cd5ffcd6
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ public class FileDetailActivitiesFragment extends Fragment implements
|
|||
}
|
||||
|
||||
Log_OC.d(TAG, "BEFORE getRemoteActivitiesOperation.execute");
|
||||
final RemoteOperationResult result = getRemoteNotificationOperation.execute(nextcloudClient);
|
||||
final RemoteOperationResult result = nextcloudClient.execute(getRemoteNotificationOperation);
|
||||
|
||||
ArrayList<Object> versions = null;
|
||||
if (restoreFileVersionSupported) {
|
||||
|
|
Loading…
Reference in a new issue