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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user