From f91eb65239922852743647dc25d59fa248b81598 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 3 Jun 2024 13:40:04 +0400 Subject: [PATCH] Fix channel reactions editing. --- Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp b/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp index 7ac1364213..7fb8c327d9 100644 --- a/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp +++ b/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp @@ -516,7 +516,8 @@ TabbedSelector::TabbedSelector( emoji()->showSet(setId); _showRequests.fire({}); }, lifetime()); - + } + if (hasEmojiTab()) { emoji()->refreshEmoji(); } //setAttribute(Qt::WA_AcceptTouchEvents);