mirror of https://github.com/M66B/FairEmail.git
Mark drafts as seen when needed
This commit is contained in:
parent
c64b7e78b7
commit
54ae31ef7d
|
@ -4949,6 +4949,9 @@ public class FragmentCompose extends FragmentBase {
|
|||
} else {
|
||||
args.putBoolean("saved", true);
|
||||
|
||||
if (!data.draft.ui_seen)
|
||||
EntityOperation.queue(context, data.draft, EntityOperation.SEEN, true);
|
||||
|
||||
// External draft
|
||||
if (data.draft.identity == null) {
|
||||
for (EntityIdentity identity : data.identities)
|
||||
|
|
Loading…
Reference in New Issue