Skip to content

Commit

Permalink
allow overwrite after prompt in Copy To (fixes #1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Nov 7, 2017
1 parent a791cdc commit 82ccadc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -397,7 +397,7 @@ public void execute(FileSystemItem targetFile,

server_.copyFile(selectedFiles.get(0),
targetFile,
false,
true,
new VoidServerRequestCallback(progress) {
@Override
protected void onSuccess()
Expand Down

0 comments on commit 82ccadc

Please sign in to comment.