mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Fixed opening seen messages
This commit is contained in:
parent
1a5fa5e830
commit
5f847a1f49
1 changed files with 2 additions and 1 deletions
|
@ -2932,7 +2932,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
if (expand != null &&
|
||||
(expand.content || unmetered || (expand.size != null && expand.size < download))) {
|
||||
iProperties.setValue("expanded", expand.id, true);
|
||||
return true;
|
||||
if (!expand.ui_seen)
|
||||
return true;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue