1
0
Fork 0
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:
M66B 2019-06-25 10:04:15 +02:00
parent 1a5fa5e830
commit 5f847a1f49

View file

@ -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 {