mirror of https://github.com/M66B/FairEmail.git
parent
958a58a28c
commit
dd0a10dc53
|
@ -3726,6 +3726,8 @@ public class FragmentCompose extends FragmentBase {
|
||||||
body = Helper.readText(draft.getFile(context, draft.revision));
|
body = Helper.readText(draft.getFile(context, draft.revision));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Helper.writeText(draft.getFile(context), body);
|
||||||
|
|
||||||
db.message().setMessageContent(draft.id,
|
db.message().setMessageContent(draft.id,
|
||||||
true,
|
true,
|
||||||
draft.plain_only, // unchanged
|
draft.plain_only, // unchanged
|
||||||
|
|
Loading…
Reference in New Issue