Loading services/core/java/com/android/server/wm/WindowState.java +1 −0 Original line number Diff line number Diff line Loading @@ -3346,6 +3346,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP final ActivityStack stack = task.getStack(); if (stack == null || inFreeformWindowingMode()) { handle.setTouchableRegionCrop(null); return; } Loading Loading
services/core/java/com/android/server/wm/WindowState.java +1 −0 Original line number Diff line number Diff line Loading @@ -3346,6 +3346,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP final ActivityStack stack = task.getStack(); if (stack == null || inFreeformWindowingMode()) { handle.setTouchableRegionCrop(null); return; } Loading