Fixed opening seen messages

pull/157/head
M66B 6 years ago
parent 1a5fa5e830
commit 5f847a1f49

@ -2932,7 +2932,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
if (expand != null && if (expand != null &&
(expand.content || unmetered || (expand.size != null && expand.size < download))) { (expand.content || unmetered || (expand.size != null && expand.size < download))) {
iProperties.setValue("expanded", expand.id, true); iProperties.setValue("expanded", expand.id, true);
return true; if (!expand.ui_seen)
return true;
} }
} }
} else { } else {

Loading…
Cancel
Save