From 3d98ebff42ae5a13b6651270d865c66e9a697537 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 7 Oct 2024 13:22:43 +0400 Subject: [PATCH] Hide layer when showing topics list. --- Telegram/SourceFiles/mainwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/mainwidget.cpp b/Telegram/SourceFiles/mainwidget.cpp index e3a4eda65..909415988 100644 --- a/Telegram/SourceFiles/mainwidget.cpp +++ b/Telegram/SourceFiles/mainwidget.cpp @@ -1538,7 +1538,7 @@ void MainWidget::showForum( _dialogs->showForum(forum, params); if (params.activation != anim::activation::background) { - _controller->hideLayer(); + _controller->window().hideSettingsAndLayer(); } }