mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
[android] Create attachments before showing previews
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user