Add comment for final block

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-04-04 15:02:07 +02:00
parent dc0d87948b
commit b2b5cdb5dd
No known key found for this signature in database
GPG Key ID: 4E577DC593B59BDF
1 changed files with 1 additions and 0 deletions

View File

@ -756,6 +756,7 @@ public class UploadFileOperation extends SyncOperation {
logResult(result, mFile.getStoragePath(), mFile.getRemotePath());
// Unlock must be done otherwise folder stays locked and user can't upload any file
RemoteOperationResult<Void> unlockFolderResult = null;
if (object instanceof DecryptedFolderMetadataFileV1) {
unlockFolderResult = EncryptionUtils.unlockFolderV1(parentFile, client, token);