From 69df9df5c16f07def32e6b525d50acce1baf93c5 Mon Sep 17 00:00:00 2001 From: yangli Date: Fri, 11 Aug 2023 09:15:34 +0800 Subject: [PATCH] 0811 Signed-off-by: yangli --- services/screenclient/src/screen_client_window_adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/screenclient/src/screen_client_window_adapter.cpp b/services/screenclient/src/screen_client_window_adapter.cpp index 623c98f2..0529cf9a 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); -- Gitee