Skip to content

Commit

Permalink
use nextcloudClient.execute(…)
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
  • Loading branch information
tobiasKaminsky committed Dec 2, 2019
1 parent 2d8c6b1 commit a8f4dc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ private void fetchAndSetData(int lastGiven) {
}

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) {
Expand Down

0 comments on commit a8f4dc9

Please sign in to comment.