Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PipTouchHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -614,7 +614,7 @@ public class PipTouchHandler { } } shouldDeliverToMenu |= !mPipBoundsState.isStashed(); shouldDeliverToMenu &= !mPipBoundsState.isStashed(); // Deliver the event to PipMenuActivity to handle button click if the menu has shown. if (shouldDeliverToMenu) { Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PipTouchHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -614,7 +614,7 @@ public class PipTouchHandler { } } shouldDeliverToMenu |= !mPipBoundsState.isStashed(); shouldDeliverToMenu &= !mPipBoundsState.isStashed(); // Deliver the event to PipMenuActivity to handle button click if the menu has shown. if (shouldDeliverToMenu) { Loading