mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 23:45:44 +00:00
Fix crash in group emoji set saving.
This commit is contained in:
@@ -509,7 +509,7 @@ TabbedSelector::TabbedSelector(
|
||||
_st.categoriesBg);
|
||||
}, lifetime());
|
||||
|
||||
if (hasEmojiTab()) {
|
||||
if (hasEmojiTab() && _mode == Mode::Full) {
|
||||
session().data().stickers().emojiSetInstalled(
|
||||
) | rpl::start_with_next([=](uint64 setId) {
|
||||
_tabsSlider->setActiveSection(indexByType(SelectorTab::Emoji));
|
||||
|
Reference in New Issue
Block a user