1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 15:32:52 +00:00

Revert "Fixed replying to messages"

This reverts commit b32e0fc8c3.
This commit is contained in:
M66B 2020-02-16 08:53:41 +01:00
parent 958a58a28c
commit dd0a10dc53

View file

@ -3726,6 +3726,8 @@ public class FragmentCompose extends FragmentBase {
body = Helper.readText(draft.getFile(context, draft.revision));
}
Helper.writeText(draft.getFile(context), body);
db.message().setMessageContent(draft.id,
true,
draft.plain_only, // unchanged