mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Fix glitch in chats search without animations.
This commit is contained in:
@@ -1748,7 +1748,7 @@ void Widget::updateSuggestions(anim::type animated) {
|
|||||||
_suggestions = nullptr;
|
_suggestions = nullptr;
|
||||||
_hidingSuggestions.clear();
|
_hidingSuggestions.clear();
|
||||||
storiesExplicitCollapse();
|
storiesExplicitCollapse();
|
||||||
updateStoriesVisibility();
|
updateControlsVisibility();
|
||||||
_scroll->show();
|
_scroll->show();
|
||||||
}
|
}
|
||||||
} else if (suggest && !_suggestions) {
|
} else if (suggest && !_suggestions) {
|
||||||
|
Reference in New Issue
Block a user