Skip to content

Commit

Permalink
Update library reference
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgardep committed May 21, 2021
1 parent d96cea4 commit 890e18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ protected RemoteOperationResult run(OwnCloudClient client) {
}
CopyRemoteFileOperation operation = new CopyRemoteFileOperation(
mSrcPath,
finalRemotePath,
false
finalRemotePath
);
result = operation.execute(client);
String targetFileRemoteId = (String) result.getData();
Expand Down

0 comments on commit 890e18a

Please sign in to comment.