mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Simplifications, fixes
This commit is contained in:
@@ -546,15 +546,6 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
draft.subject = context.getString(R.string.app_name) + " " + BuildConfig.VERSION_NAME + " crash log";
|
||||
draft.content = true;
|
||||
draft.received = new Date().getTime();
|
||||
draft.seen = false;
|
||||
draft.answered = false;
|
||||
draft.flagged = false;
|
||||
draft.ui_seen = false;
|
||||
draft.ui_answered = false;
|
||||
draft.ui_flagged = false;
|
||||
draft.ui_hide = false;
|
||||
draft.ui_found = false;
|
||||
draft.ui_ignored = false;
|
||||
draft.getAvatar(context);
|
||||
draft.id = db.message().insertMessage(draft);
|
||||
draft.write(context, body);
|
||||
@@ -829,15 +820,6 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
draft.subject = context.getString(R.string.app_name) + " " + BuildConfig.VERSION_NAME + " debug info";
|
||||
draft.content = true;
|
||||
draft.received = new Date().getTime();
|
||||
draft.seen = false;
|
||||
draft.answered = false;
|
||||
draft.flagged = false;
|
||||
draft.ui_seen = false;
|
||||
draft.ui_answered = false;
|
||||
draft.ui_flagged = false;
|
||||
draft.ui_hide = false;
|
||||
draft.ui_found = false;
|
||||
draft.ui_ignored = false;
|
||||
draft.getAvatar(context);
|
||||
draft.id = db.message().insertMessage(draft);
|
||||
draft.write(context, body);
|
||||
|
||||
Reference in New Issue
Block a user