Added unexpected error title

pull/184/head
M66B 4 years ago
parent 62b35cca48
commit 48a027797d

@ -1049,7 +1049,7 @@ public class Log {
new SimpleTask<Long>() {
@Override
protected Long onExecute(Context context, Bundle args) throws Throwable {
return Log.getDebugInfo(context, R.string.title_crash_info_remark, ex, null).id;
return Log.getDebugInfo(context, R.string.title_unexpected_info_remark, ex, null).id;
}
@Override

@ -1329,6 +1329,7 @@
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>
<string name="title_crash_info_remark">Please describe what you were doing when the app crashed:</string>
<string name="title_unexpected_info_remark">Please describe what you were doing when you got the error:</string>
<string name="title_issue_subject" translatable="false">FairEmail %1$s issue</string>
<string name="title_widget_title_count">New message count</string>

Loading…
Cancel
Save