mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 10:16:45 +00:00
Small behavior improvement
This commit is contained in:
parent
c2b6409efc
commit
2582b55a6e
1 changed files with 3 additions and 0 deletions
|
@ -1539,6 +1539,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
}
|
||||
}
|
||||
|
||||
if (value)
|
||||
scrolling = false;
|
||||
|
||||
updateExpanded();
|
||||
if (value)
|
||||
handleExpand(message.id);
|
||||
|
|
Loading…
Reference in a new issue