From 8890ed606ecb1328c0d0e461491df26eb067282f Mon Sep 17 00:00:00 2001 From: Bush2021 <79072750+Bush2021@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:04:22 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20clear=20menu=E2=80=91toggle=20ripple=20w?= =?UTF-8?q?hen=20popup=20destroyed=20by=20active=E2=80=91chat=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SourceFiles/history/view/history_view_top_bar_widget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp b/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp index 8afcaa0c11..c690b781a6 100644 --- a/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp +++ b/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp @@ -959,6 +959,7 @@ void TopBarWidget::setActiveChat( updateUnreadBadge(); refreshInfoButton(); if (_menu) { + _menuToggle->setForceRippled(false); _menu = nullptr; } updateOnlineDisplay();