Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed May 1, 2024
1 parent 576f1ec commit 0b1c0bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ class NewMessageFragment : Fragment() {
observeImportAttachments()
} else if (attachments.count() > attachmentAdapter.itemCount) {
// If we are adding Attachments, directly save the Draft, so the Attachments' upload starts now.
// TODO: Only save Attachments, and not the whole Draft.
saveDraft()
}

Expand Down

0 comments on commit 0b1c0bc

Please sign in to comment.