mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-16 14:03:33 +02:00
Fixed reload body on inline images
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user