2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Fix glitch in chats search without animations.

This commit is contained in:
John Preston
2025-07-25 21:14:05 +04:00
parent 5704a07b68
commit ca544dbbae

View File

@@ -1748,7 +1748,7 @@ void Widget::updateSuggestions(anim::type animated) {
_suggestions = nullptr;
_hidingSuggestions.clear();
storiesExplicitCollapse();
updateStoriesVisibility();
updateControlsVisibility();
_scroll->show();
}
} else if (suggest && !_suggestions) {