mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Get contact info in real-time, refactoring, improvements
This commit is contained in:
@@ -327,7 +327,6 @@ public class Helper {
|
||||
draft.to = new Address[]{Helper.myAddress()};
|
||||
draft.subject = context.getString(R.string.app_name) + " " + BuildConfig.VERSION_NAME + " debug info";
|
||||
draft.received = new Date().getTime();
|
||||
draft.setContactInfo(context);
|
||||
draft.id = db.message().insertMessage(draft);
|
||||
draft.write(context, body);
|
||||
db.message().setMessageContent(draft.id, true, HtmlHelper.getPreview(body));
|
||||
|
||||
Reference in New Issue
Block a user