2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fix player closing on logout.

This commit is contained in:
John Preston
2020-06-25 19:01:10 +04:00
parent bf7aae5fc6
commit 2b5d3b022d
4 changed files with 10 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ MainWidget::MainWidget(
Core::App().floatPlayerClosed(
) | rpl::start_with_next([=](FullMsgId itemId) {
floatPlayerClosed(itemId);
}, lifetime());
}, lifetime());
Core::App().exportManager().currentView(
) | rpl::start_with_next([=](Export::View::PanelController *view) {