mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 06:07:45 +00:00
Improve filter switching with toppeers.
This commit is contained in:
parent
8acada9b0f
commit
05474f4a3f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user