mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Improve filter switching with toppeers.
This commit is contained in:
parent
8acada9b0f
commit
05474f4a3f
1 changed files with 1 additions and 0 deletions
|
@ -1125,6 +1125,7 @@ void Widget::updateSuggestions(anim::type animated) {
|
||||||
if (animated == anim::type::normal) {
|
if (animated == anim::type::normal) {
|
||||||
auto taken = base::take(_suggestions);
|
auto taken = base::take(_suggestions);
|
||||||
taken->setVisible(false);
|
taken->setVisible(false);
|
||||||
|
storiesExplicitCollapse();
|
||||||
updateStoriesVisibility();
|
updateStoriesVisibility();
|
||||||
startWidthAnimation();
|
startWidthAnimation();
|
||||||
taken->setVisible(true);
|
taken->setVisible(true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue