mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Skip adding attachments on receipts
This commit is contained in:
@@ -2196,7 +2196,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
if (uris != null)
|
||||
for (Uri uri : uris)
|
||||
addAttachment(context, draft.id, uri, false);
|
||||
} else {
|
||||
} else if (!"receipt".equals(action)) {
|
||||
int sequence = 0;
|
||||
List<EntityAttachment> attachments = db.attachment().getAttachments(ref.id);
|
||||
for (EntityAttachment attachment : attachments)
|
||||
|
||||
Reference in New Issue
Block a user