Small fix

This commit is contained in:
M66B 2022-12-06 09:53:59 +01:00
parent 84b38850e9
commit fbe1edde16
1 changed files with 1 additions and 1 deletions

View File

@ -6987,7 +6987,7 @@ public class FragmentMessages extends FragmentBase
if (account.protocol != EntityAccount.TYPE_IMAP) {
if (account.auto_seen)
EntityOperation.queue(context, message, EntityOperation.SEEN, true);
} else {
} else if (message.uid != null) {
if (account.auto_seen)
EntityOperation.queue(context, message, EntityOperation.SEEN, true);