mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Use unified StickersListFooter for emoji / stickers.
This commit is contained in:
@@ -407,7 +407,7 @@ TabbedSelector::TabbedSelector(
|
||||
session().data().stickers().emojiSetInstalled(
|
||||
) | rpl::start_with_next([=](uint64 setId) {
|
||||
_tabsSlider->setActiveSection(indexByType(SelectorTab::Emoji));
|
||||
emoji()->showCustomSet(setId);
|
||||
emoji()->showSet(setId);
|
||||
_showRequests.fire({});
|
||||
}, lifetime());
|
||||
}
|
||||
|
Reference in New Issue
Block a user