Hide shared media layer on jump to message in topic.

This commit is contained in:
John Preston 2023-02-21 10:23:57 +04:00
parent 1cf50f95ac
commit b8c510ca6d
1 changed files with 3 additions and 0 deletions

View File

@ -1576,6 +1576,9 @@ void MainWidget::showSection(
if (_mainSection && _mainSection->showInternal(
memento.get(),
params)) {
if (params.activation != anim::activation::background) {
_controller->window().hideSettingsAndLayer();
}
if (const auto entry = _mainSection->activeChat(); entry.key) {
_controller->setActiveChatEntry(entry);
}