diff --git a/services/screenclient/src/screen_client_window_adapter.cpp b/services/screenclient/src/screen_client_window_adapter.cpp index 623c98f2a83d3c835e7acbfc567ddf8191d8cc5a..0529cf9aea9c36eb0dd7edb801d756f0226a5ba0 100644 --- a/services/screenclient/src/screen_client_window_adapter.cpp +++ b/services/screenclient/src/screen_client_window_adapter.cpp @@ -39,7 +39,7 @@ sptr ScreenClientWindowAdapter::CreateWindow(std::shared_ptrSetWindowType(Rosen::WindowType::WINDOW_TYPE_APP_LAUNCHING); + option->SetWindowType(Rosen::WindowType::WINDOW_TYPE_FLOAT); option->SetWindowMode(Rosen::WindowMode::WINDOW_MODE_FLOATING); option->SetDisplayId(windowProperty->displayId); std::string windowName = SCREEN_CLIENT_WINDOW + std::to_string(windowId);