Fixed replying to messages

This commit is contained in:
M66B
2020-02-16 03:14:29 +01:00
parent 3bad16f643
commit b32e0fc8c3

View File

@@ -3726,8 +3726,6 @@ 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