Revert "Fixed replying to messages"

This reverts commit b32e0fc8c3.
pull/174/head
M66B 5 years ago
parent 958a58a28c
commit dd0a10dc53

@ -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

Loading…
Cancel
Save