mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Moved stickerSetInstalled from ApiWrap to Data::Stickers.
This commit is contained in:
@@ -388,8 +388,8 @@ TabbedSelector::TabbedSelector(
|
||||
}
|
||||
|
||||
if (hasStickersTab()) {
|
||||
session().api().stickerSetInstalled(
|
||||
) | rpl::start_with_next([this](uint64 setId) {
|
||||
session().data().stickers().stickerSetInstalled(
|
||||
) | rpl::start_with_next([=](uint64 setId) {
|
||||
_tabsSlider->setActiveSection(indexByType(SelectorTab::Stickers));
|
||||
stickers()->showStickerSet(setId);
|
||||
_showRequests.fire({});
|
||||
|
Reference in New Issue
Block a user