commit | f9c546be4f63466a1dd71ff5e207aff5df142367 | [log] [tgz] |
---|---|---|
author | Matt Sziklay <mattsziklay@google.com> | Tue Oct 01 18:36:41 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Oct 01 18:36:41 2024 +0000 |
tree | 8882b5e42b3191e515210cb0ca19a78fbab16b29 | |
parent | 510dd17ee3e201ec9d7fdfe6377c9f610928de4e [diff] | |
parent | acc651b746c8e2e05131a3dc2fdcea05976e7e24 [diff] |
Merge "Dismiss exclusion region when task is hidden." into main
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopModeWindowDecoration.java b/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopModeWindowDecoration.java index 8a53f5b..99457d8 100644 --- a/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopModeWindowDecoration.java +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopModeWindowDecoration.java
@@ -461,6 +461,7 @@ if (canEnterDesktopMode(mContext) && Flags.enableDesktopWindowingAppHandleEducation()) { notifyNoCaptionHandle(); } + mExclusionRegionListener.onExclusionRegionDismissed(mTaskInfo.taskId); disposeStatusBarInputLayer(); Trace.endSection(); // DesktopModeWindowDecoration#updateRelayoutParamsAndSurfaces return;