mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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(
|
_list->searchQueries(
|
||||||
) | rpl::start_with_next([=](std::vector<QString> &&query) {
|
) | rpl::start_with_next([=](std::vector<QString> &&query) {
|
||||||
_stickers->applySearchQuery(std::move(query));
|
_stickers->applySearchQuery(std::move(query));
|
||||||
|
updateVisibleTopBottom();
|
||||||
}, _stickers->lifetime());
|
}, _stickers->lifetime());
|
||||||
|
|
||||||
|
|
||||||
rpl::combine(
|
rpl::combine(
|
||||||
_list->recentShownCount(),
|
_list->recentShownCount(),
|
||||||
_stickers->recentShownCount()
|
_stickers->recentShownCount()
|
||||||
|
|
Loading…
Add table
Reference in a new issue