Fix filtered premium sticker effects selection.

This commit is contained in:
John Preston 2024-06-01 23:35:04 +04:00
parent 86778aa4d9
commit bd20a3cfe4

View file

@ -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()