Skip to content

Commit

Permalink
Fix keep both without path manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
alperozturk96 committed Aug 28, 2024
1 parent 6b46b4d commit b1486bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ public void keepOfflineOperationAndServerFile(OfflineOperationEntity entity, OCF
String newFolderName = oldFileName + " - " + currentDateTime;
String newPath = parentFolder.getDecryptedRemotePath() + newFolderName + OCFile.PATH_SEPARATOR;
moveLocalFile(file, newPath, parentFolder.getDecryptedRemotePath());
offlineOperationsRepository.updateNextOperations();
}

private @Nullable
Expand Down

0 comments on commit b1486bb

Please sign in to comment.