Improved logging

This commit is contained in:
M66B
2021-08-14 16:47:13 +02:00
parent eb44e41f7b
commit 6170c6b91b

View File

@@ -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() {