Skip to content

Commit

Permalink
Fix filtered premium sticker effects selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jun 1, 2024
1 parent 86778aa commit bd20a3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit bd20a3c

Please sign in to comment.