mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Small improvements
This commit is contained in:
@@ -1639,7 +1639,6 @@ public class FragmentCompose extends FragmentEx {
|
||||
|
||||
if (draft.replying != null) {
|
||||
EntityMessage replying = db.message().getMessage(draft.replying);
|
||||
db.message().setMessageUiAnswered(replying.id, true);
|
||||
EntityOperation.queue(db, replying, EntityOperation.ANSWERED, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user