mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Set contact info in download phase
This commit is contained in:
@@ -1202,7 +1202,7 @@ public class FragmentCompose extends FragmentEx {
|
||||
|
||||
result.draft.content = true;
|
||||
result.draft.received = new Date().getTime();
|
||||
result.draft.getAvatar(context);
|
||||
result.draft.setContactInfo(context);
|
||||
|
||||
result.draft.id = db.message().insertMessage(result.draft);
|
||||
result.draft.write(context, body == null ? "" : body);
|
||||
|
||||
Reference in New Issue
Block a user