Fixed reload body on inline images

This commit is contained in:
M66B
2020-05-04 19:36:48 +02:00
parent fa7ac2aa6a
commit 3425a45e20
2 changed files with 15 additions and 9 deletions

View File

@@ -1813,6 +1813,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
DB db = DB.getInstance(context);
List<EntityAttachment> attachments = db.attachment().getAttachments(message.id);
properties.setAttachments(message.id, attachments);
boolean signed_data = false;
for (EntityAttachment attachment : attachments)