Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d431fbc authored by Josh Tsuji's avatar Josh Tsuji Committed by Android (Google) Code Review
Browse files

Merge "Pass resize touch events to the touch state." into rvc-dev

parents ab9e7fac 832ef84d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -636,6 +636,7 @@ public class PipTouchHandler {
                && !mMotionHelper.isAnimating()
                && mPipResizeGestureHandler.isWithinTouchRegion(
                        (int) ev.getRawX(), (int) ev.getRawY())) {
            mTouchState.onTouchEvent(ev);
            return true;
        }