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
1 changed files with 2 additions and 0 deletions

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