From 42fb25eb70f9874772921c19cbd2794078b9ced2 Mon Sep 17 00:00:00 2001 From: LHHHYYY Date: Wed, 10 Sep 2025 18:43:47 +0800 Subject: [PATCH] =?UTF-8?q?PC=E5=9C=BA=E6=99=AF=E5=A2=9E=E5=8A=A0=E5=9B=9E?= =?UTF-8?q?=E7=84=A6=E6=B8=85=E9=99=A4=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: LHHHYYY --- window_scene/session_manager/src/scene_session_manager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/window_scene/session_manager/src/scene_session_manager.cpp b/window_scene/session_manager/src/scene_session_manager.cpp index 4597ef22bb..0a0bdb0f74 100644 --- a/window_scene/session_manager/src/scene_session_manager.cpp +++ b/window_scene/session_manager/src/scene_session_manager.cpp @@ -13248,8 +13248,7 @@ void SceneSessionManager::FlushUIParams(ScreenId screenId, std::unordered_mapGetPersistentId()); iter != uiParams.end()) { - if ((systemConfig_.IsPhoneWindow() || systemConfig_.IsPadWindow()) && - sceneSession->IsAppSession()) { + if (sceneSession->IsAppSession()) { if (!sceneSession->IsVisible()) { appZOrderList.push_back(std::make_pair(0, iter->second.zOrder_)); } -- Gitee