1
0
Fork 0
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:
M66B 2020-07-11 14:33:20 +02:00
parent c2b6409efc
commit 2582b55a6e

View file

@ -1539,6 +1539,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
}
}
if (value)
scrolling = false;
updateExpanded();
if (value)
handleExpand(message.id);