1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00

Unexpected error subject

This commit is contained in:
M66B 2018-12-07 15:37:50 +01:00
parent 75dbe669fc
commit 140ee7a8e1

View file

@ -212,7 +212,7 @@ public class Helper {
draft.folder = drafts.id;
draft.msgid = EntityMessage.generateMessageId();
draft.to = new Address[]{Helper.myAddress()};
draft.subject = context.getString(R.string.app_name) + " " + BuildConfig.VERSION_NAME + " crash log";
draft.subject = context.getString(R.string.app_name) + " " + BuildConfig.VERSION_NAME + " unexpected error";
draft.content = true;
draft.received = new Date().getTime();
draft.setContactInfo(context);