From a202174d12fad8373d3c906382541dafa3b80527 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 24 Aug 2022 09:30:00 +0300 Subject: [PATCH] Disable expand button in the inline reactions selector for now. --- .../history/view/reactions/history_view_reactions_button.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/history/view/reactions/history_view_reactions_button.cpp b/Telegram/SourceFiles/history/view/reactions/history_view_reactions_button.cpp index dda4703e90..155c286df3 100644 --- a/Telegram/SourceFiles/history/view/reactions/history_view_reactions_button.cpp +++ b/Telegram/SourceFiles/history/view/reactions/history_view_reactions_button.cpp @@ -444,11 +444,11 @@ void Manager::applyList(Data::PossibleItemReactions &&reactions) { using Button = Strip::AddedButton; _strip.applyList( reactions.recent, - (reactions.customAllowed + (/*reactions.customAllowed ? Button::Expand : reactions.morePremiumAvailable ? Button::Premium - : Button::None)); + : */Button::None)); } QMargins Manager::innerMargins() const {