2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

Hide layer when showing topics list.

This commit is contained in:
John Preston
2024-10-07 13:22:43 +04:00
parent a6f4b1ae8e
commit 3d98ebff42

View File

@@ -1538,7 +1538,7 @@ void MainWidget::showForum(
_dialogs->showForum(forum, params);
if (params.activation != anim::activation::background) {
_controller->hideLayer();
_controller->window().hideSettingsAndLayer();
}
}