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); _dialogs->showForum(forum, params);
if (params.activation != anim::activation::background) { if (params.activation != anim::activation::background) {
_controller->hideLayer(); _controller->window().hideSettingsAndLayer();
} }
} }