mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Improved logging
This commit is contained in:
@@ -5532,7 +5532,9 @@ public class FragmentCompose extends FragmentBase {
|
||||
else
|
||||
mid = R.string.title_draft_saved;
|
||||
final String msg = context.getString(mid) +
|
||||
(BuildConfig.DEBUG ? ":" + draft.revision : "");
|
||||
(BuildConfig.DEBUG
|
||||
? " " + draft.revision + (dirty ? "*" : "")
|
||||
: "");
|
||||
|
||||
getMainHandler().post(new Runnable() {
|
||||
public void run() {
|
||||
|
||||
Reference in New Issue
Block a user