Populate community hashtag search on first click

Task: 2026/08/03/populate-community-hashtag-search-on-first-click
This commit is contained in:
John Preston
2026-08-03 20:48:00 +04:00
parent 15e13137af
commit 175f7fcb7c

View File

@@ -4085,9 +4085,10 @@ bool Widget::applySearchState(SearchState state) {
return false;
}
} else if ((folder && folder == _openedFolder)
|| (community
|| (peer
&& _openedCommunity
&& community == _openedCommunity->channel())) {
&& (!community
|| community == _openedCommunity->channel()))) {
showSearchInTopBar(anim::type::normal);
} else if (peer && (_layout != Layout::Main)) {
return false;