Refresh top bars before finalizing suggestions hide

Task: 2026/07/23/fix-community-open-transition-frame
This commit is contained in:
John Preston
2026-07-23 14:36:03 +04:00
parent bc614d0600
commit a2f57ae990
@@ -2249,8 +2249,8 @@ void Widget::changeOpenedSubsection(
_showAnimation = nullptr;
destroyChildListCanvas();
change();
updateSuggestions(anim::type::instant);
refreshTopBars();
updateSuggestions(anim::type::instant);
updateControlsVisibility(true);
_peerSearch.clear();
_api.request(base::take(_topicSearchRequest)).cancel();