From 3e76bdd2e1055da765cb399c6496d86268e74fa5 Mon Sep 17 00:00:00 2001 From: Dragon51 Date: Mon, 2 Jun 2025 20:44:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=B1=8F=E5=A4=9A=E7=84=A6=E7=82=B9?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtouch=5Fdrawing=E7=BB=98=E5=88=B6=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dragon51 --- service/window_manager/src/input_windows_manager.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/service/window_manager/src/input_windows_manager.cpp b/service/window_manager/src/input_windows_manager.cpp index c8d4a9c9f7..da8247054e 100644 --- a/service/window_manager/src/input_windows_manager.cpp +++ b/service/window_manager/src/input_windows_manager.cpp @@ -1013,6 +1013,10 @@ void InputWindowsManager::UpdateDisplayInfoExtIfNeed(DisplayGroupInfo &displayGr MMI_HILOGE("displaysInfo is empty"); return; } + if (displayGroupInfo.groupId != DEFAULT_GROUP_ID) { + MMI_HILOGD("groupId:%{public}d", displayGroupInfo.groupId); + return; + } auto physicDisplayInfo = GetPhysicalDisplay(displayGroupInfo.displaysInfo[0].id); CHKPV(physicDisplayInfo); #ifdef OHOS_BUILD_ENABLE_TOUCH_DRAWING -- Gitee