[android] Create attachments before showing previews

This commit is contained in:
Torsten Grote
2019-02-15 09:13:36 -02:00
parent 249e1e28fe
commit 55f4600a69
19 changed files with 291 additions and 112 deletions

View File

@@ -166,6 +166,11 @@ class MessagingManagerImpl extends ConversationClientImpl
return new AttachmentHeader(new MessageId(b), "image/png");
}
@Override
public void removeAttachment(AttachmentHeader header) throws DbException {
// TODO add real implementation
}
private ContactId getContactId(Transaction txn, GroupId g)
throws DbException {
try {