diff --git a/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp b/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp index 7de254badb..b63ae69677 100644 --- a/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp +++ b/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp @@ -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));