2
0
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:
John Preston
2022-07-12 16:44:34 +03:00
parent 25f4646cd8
commit d3f62d971d
8 changed files with 1292 additions and 1029 deletions

View File

@@ -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());
}