1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-27 08:23:24 +00:00

Undo/redo makes dirty

This commit is contained in:
M66B 2020-04-02 17:26:59 +02:00
parent b63c12e2ce
commit 94f8b61850

View file

@ -3968,6 +3968,8 @@ public class FragmentCompose extends FragmentBase {
// Restore revision
Log.i("Restoring revision=" + draft.revision);
body = Helper.readText(draft.getFile(context, draft.revision));
dirty = true;
}
Helper.writeText(draft.getFile(context), body);