mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix separate windows with audio player.
Fixes https://bugs.telegram.org/c/18154
This commit is contained in:
parent
d81c40f4c8
commit
db15a58dde
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ void MainWindow::setupMain(MsgId singlePeerShowAtMsgId) {
|
||||||
clearWidgets();
|
clearWidgets();
|
||||||
_main = std::move(created);
|
_main = std::move(created);
|
||||||
if (const auto peer = singlePeer()) {
|
if (const auto peer = singlePeer()) {
|
||||||
|
updateControlsGeometry();
|
||||||
_main->controller()->showPeerHistory(
|
_main->controller()->showPeerHistory(
|
||||||
peer,
|
peer,
|
||||||
Window::SectionShow::Way::ClearStack,
|
Window::SectionShow::Way::ClearStack,
|
||||||
|
|
Loading…
Add table
Reference in a new issue