mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Version 5.1.6: Fix sticker effect filtering.
This commit is contained in:
parent
a1d8202644
commit
c49eb7041f
1 changed files with 7 additions and 1 deletions
|
@ -1116,7 +1116,13 @@ void Selector::createList() {
|
|||
_list->searchQueries(
|
||||
) | rpl::start_with_next([=](std::vector<QString> &&query) {
|
||||
_stickers->applySearchQuery(std::move(query));
|
||||
updateVisibleTopBottom();
|
||||
}, _stickers->lifetime());
|
||||
|
||||
rpl::combine(
|
||||
_list->heightValue(),
|
||||
_stickers->heightValue()
|
||||
) | rpl::start_with_next([=] {
|
||||
InvokeQueued(lists, updateVisibleTopBottom);
|
||||
}, _stickers->lifetime());
|
||||
|
||||
rpl::combine(
|
||||
|
|
Loading…
Add table
Reference in a new issue