mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
Android Q compatibility
This commit is contained in:
@@ -2074,6 +2074,8 @@ public class FragmentCompose extends FragmentBase {
|
||||
draft.plain_only = ref.plain_only;
|
||||
if (answer > 0)
|
||||
body = EntityAnswer.getAnswerText(db, answer, draft.to) + body;
|
||||
|
||||
EntityOperation.queue(context, db, ref, EntityOperation.SEEN, true);
|
||||
}
|
||||
|
||||
// Select identity matching from address
|
||||
|
||||
Reference in New Issue
Block a user