From e7df452e07abcd62d7cb7f8b430f9e8c06e7dd8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E6=B4=AA=E6=96=8C?= Date: Mon, 8 Sep 2025 22:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=89=8D=E5=8F=B0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 崔洪斌 --- window_scene/session_manager/src/scene_input_manager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/window_scene/session_manager/src/scene_input_manager.cpp b/window_scene/session_manager/src/scene_input_manager.cpp index fc49052a83..7c1d0ae625 100644 --- a/window_scene/session_manager/src/scene_input_manager.cpp +++ b/window_scene/session_manager/src/scene_input_manager.cpp @@ -380,6 +380,7 @@ void SceneInputManager::FlushFullInfoToMMI(const std::vector& s } MMI::UserScreenInfo userScreenInfo = { .userId = currentUserId_, + .userState = MMI::USER_ACTIVE, .screens = screenInfos, .displayGroups = displayGroupInfos }; @@ -412,6 +413,7 @@ void SceneInputManager::FlushEmptyInfoToMMI() } MMI::UserScreenInfo userScreenInfo = { .userId = currentUserId_, + .userState = MMI::USER_INACTIVE, .screens = screenInfos, .displayGroups = displayGroupInfos }; -- Gitee