Hide inline attachments while composing

This commit is contained in:
M66B
2019-02-05 08:39:31 +00:00
parent 977b52e5eb
commit ad938572c3
3 changed files with 4 additions and 3 deletions

View File

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