mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Fix filtered premium sticker effects selection.
This commit is contained in:
parent
86778aa4d9
commit
bd20a3cfe4
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue