mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Added debug info instructions
This commit is contained in:
parent
c8462c2845
commit
935c10ca08
2 changed files with 3 additions and 0 deletions
|
@ -309,6 +309,7 @@ public class ActivityView extends ActivityBase implements FragmentManager.OnBack
|
||||||
EntityFolder drafts = db.folder().getPrimaryDraftFolder();
|
EntityFolder drafts = db.folder().getPrimaryDraftFolder();
|
||||||
if (drafts != null) {
|
if (drafts != null) {
|
||||||
StringBuilder info = Helper.getDebugInfo();
|
StringBuilder info = Helper.getDebugInfo();
|
||||||
|
info.insert(0, getString(R.string.title_debug_info) + "\n\n\n\n");
|
||||||
|
|
||||||
Address to = new InternetAddress("marcel+email@faircode.eu", "FairCode");
|
Address to = new InternetAddress("marcel+email@faircode.eu", "FairCode");
|
||||||
|
|
||||||
|
|
|
@ -119,4 +119,6 @@
|
||||||
<string name="title_queued">Message queued</string>
|
<string name="title_queued">Message queued</string>
|
||||||
|
|
||||||
<string name="title_item_edit_hint">Long press item to edit properties</string>
|
<string name="title_item_edit_hint">Long press item to edit properties</string>
|
||||||
|
|
||||||
|
<string name="title_debug_info">Please describe the problem and indicate the time of the problem:</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue