mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Fixed expand flicker
This commit is contained in:
parent
02936de391
commit
c1d80804d6
1 changed files with 3 additions and 1 deletions
|
@ -2934,8 +2934,10 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
expand = messages.get(0);
|
||||
|
||||
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);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (autoCloseCount > 0 && (autoclose || autonext)) {
|
||||
|
|
Loading…
Reference in a new issue