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

Commit 0f856197 authored by Alex Lau's avatar Alex Lau Committed by Android (Google) Code Review
Browse files

Merge "Reset PIP menu touch state on touch up or cancel."

parents f147fbcf 7d88c134
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -224,6 +224,9 @@ public class PipMenuActivity extends Activity {
                        // next tap
                        mTouchState.scheduleDoubleTapTimeoutCallback();
                    }
                    // Fall through
                case MotionEvent.ACTION_CANCEL:
                    mTouchState.reset();
                    break;
            }
            return true;