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

Commit 832ef84d authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Pass resize touch events to the touch state.

Bug: 159339032
Test: manual.
Change-Id: Ice18b7c842cc2d25b7744925baa6900aa552ba20
parent a8ed97ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -627,6 +627,7 @@ public class PipTouchHandler {
                && !mMotionHelper.isAnimating()
                && mPipResizeGestureHandler.isWithinTouchRegion(
                        (int) ev.getRawX(), (int) ev.getRawY())) {
            mTouchState.onTouchEvent(ev);
            return true;
        }