mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fixed emoji category filter losing results after cloud search response.
This commit is contained in:
@@ -1036,8 +1036,8 @@ void EmojiListWidget::showSearchResults() {
|
||||
_searchSets.clear();
|
||||
_searchEmoji.clear();
|
||||
|
||||
auto plain = collectPlainSearchResults();
|
||||
if (_mode == Mode::Full) {
|
||||
auto plain = collectPlainSearchResults();
|
||||
for (const auto emoji : plain) {
|
||||
_searchResults.push_back({
|
||||
.id = { emoji },
|
||||
|
||||
Reference in New Issue
Block a user