Small behavior improvement

This commit is contained in:
M66B 2020-07-11 14:33:20 +02:00
parent c2b6409efc
commit 2582b55a6e
1 changed files with 3 additions and 0 deletions

View File

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