mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
Fix separate windows with audio player.
Fixes https://bugs.telegram.org/c/18154
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user