This commit is contained in:
M66B
2019-02-05 17:37:19 +00:00
parent 03e0251432
commit c2a66c06af
3 changed files with 3 additions and 4 deletions

View File

@@ -793,7 +793,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
bindAttachments(message, attachments);
}
};
liveAttachments = db.attachment().liveAttachments(message.id, true);
liveAttachments = db.attachment().liveAttachments(message.id);
liveAttachments.observe(owner, observerAttachments);
// Setup actions