diff --git a/packages/SystemUI/src/com/android/systemui/pip/phone/PipTouchHandler.java b/packages/SystemUI/src/com/android/systemui/pip/phone/PipTouchHandler.java index 7996316397e25..bde71e228423e 100644 --- a/packages/SystemUI/src/com/android/systemui/pip/phone/PipTouchHandler.java +++ b/packages/SystemUI/src/com/android/systemui/pip/phone/PipTouchHandler.java @@ -636,6 +636,7 @@ public class PipTouchHandler { && !mMotionHelper.isAnimating() && mPipResizeGestureHandler.isWithinTouchRegion( (int) ev.getRawX(), (int) ev.getRawY())) { + mTouchState.onTouchEvent(ev); return true; }