Skip to content

improve upload cancellation#17095

Open
alperozturk96 wants to merge 6 commits into
masterfrom
fix/upload-cancel
Open

improve upload cancellation#17095
alperozturk96 wants to merge 6 commits into
masterfrom
fix/upload-cancel

Conversation

@alperozturk96
Copy link
Copy Markdown
Collaborator

@alperozturk96 alperozturk96 commented May 26, 2026

Changes

  • Preserve user's file selection for upload
  • Remove file if already uploaded after cancel upload
  • Update DB only from UploadFileOperation

Demo

Screen_recording_20260526_153006.mp4

Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
mLocalFolderPicker = localFolderPickerMode;
this.localFileListFragmentInterface = localFileListFragmentInterface;
checkedFiles = new HashSet<>();
checkedFiles = new LinkedHashSet<>();
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Preserve user's file selection for upload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant