mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Mark drafts as seen when needed
This commit is contained in:
parent
c64b7e78b7
commit
54ae31ef7d
1 changed files with 3 additions and 0 deletions
|
@ -4949,6 +4949,9 @@ public class FragmentCompose extends FragmentBase {
|
||||||
} else {
|
} else {
|
||||||
args.putBoolean("saved", true);
|
args.putBoolean("saved", true);
|
||||||
|
|
||||||
|
if (!data.draft.ui_seen)
|
||||||
|
EntityOperation.queue(context, data.draft, EntityOperation.SEEN, true);
|
||||||
|
|
||||||
// External draft
|
// External draft
|
||||||
if (data.draft.identity == null) {
|
if (data.draft.identity == null) {
|
||||||
for (EntityIdentity identity : data.identities)
|
for (EntityIdentity identity : data.identities)
|
||||||
|
|
Loading…
Reference in a new issue