mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fix filtered premium sticker effects selection.
This commit is contained in:
@@ -1116,9 +1116,9 @@ void Selector::createList() {
|
||||
_list->searchQueries(
|
||||
) | rpl::start_with_next([=](std::vector<QString> &&query) {
|
||||
_stickers->applySearchQuery(std::move(query));
|
||||
updateVisibleTopBottom();
|
||||
}, _stickers->lifetime());
|
||||
|
||||
|
||||
rpl::combine(
|
||||
_list->recentShownCount(),
|
||||
_stickers->recentShownCount()
|
||||
|
Reference in New Issue
Block a user