Fixed replying to encrypted messages

pull/153/head
M66B 6 years ago
parent 538cd76d8f
commit f7e5cddaa5

@ -1776,6 +1776,7 @@ public class FragmentCompose extends FragmentBase {
List<EntityAttachment> attachments = db.attachment().getAttachments(ref.id);
for (EntityAttachment attachment : attachments)
if (attachment.available &&
!EntityAttachment.PGP_MESSAGE.equals(attachment.encryption) &&
("forward".equals(action) || attachment.isInline())) {
File source = attachment.getFile(context);

Loading…
Cancel
Save