mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +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");
|
Log_OC.d(TAG, "BEFORE getRemoteActivitiesOperation.execute");
|
||||||
final RemoteOperationResult result = getRemoteNotificationOperation.execute(nextcloudClient);
|
final RemoteOperationResult result = nextcloudClient.execute(getRemoteNotificationOperation);
|
||||||
|
|
||||||
ArrayList<Object> versions = null;
|
ArrayList<Object> versions = null;
|
||||||
if (restoreFileVersionSupported) {
|
if (restoreFileVersionSupported) {
|
||||||
|
|
Loading…
Reference in a new issue