Improve filter switching with toppeers.

This commit is contained in:
John Preston 2024-04-22 12:16:04 +04:00
parent 8acada9b0f
commit 05474f4a3f
1 changed files with 1 additions and 0 deletions

View File

@ -1125,6 +1125,7 @@ void Widget::updateSuggestions(anim::type animated) {
if (animated == anim::type::normal) {
auto taken = base::take(_suggestions);
taken->setVisible(false);
storiesExplicitCollapse();
updateStoriesVisibility();
startWidthAnimation();
taken->setVisible(true);