diff options
| -rw-r--r-- | shutdown/SessionController.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shutdown/SessionController.cpp b/shutdown/SessionController.cpp index b8bb1d662..761c39bd2 100644 --- a/shutdown/SessionController.cpp +++ b/shutdown/SessionController.cpp @@ -91,6 +91,7 @@ void Controller::Show(View::Mode mode, bool inhibitors) if (Visible() && mode == view_->mode()) return; + ubus_manager_.SendMessage(UBUS_PLACE_VIEW_CLOSE_REQUEST); WindowManager::Default().SaveInputFocus(); if (nux::GetWindowThread()->IsEmbeddedWindow()) |
