mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Fixed replying to messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user