mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Version 5.1.6: Fix sticker effect filtering.
This commit is contained in:
@@ -1116,7 +1116,13 @@ 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());
|
||||||
|
|
||||||
|
rpl::combine(
|
||||||
|
_list->heightValue(),
|
||||||
|
_stickers->heightValue()
|
||||||
|
) | rpl::start_with_next([=] {
|
||||||
|
InvokeQueued(lists, updateVisibleTopBottom);
|
||||||
}, _stickers->lifetime());
|
}, _stickers->lifetime());
|
||||||
|
|
||||||
rpl::combine(
|
rpl::combine(
|
||||||
|
Reference in New Issue
Block a user