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

Commit 7d88c134 authored by Alex Lau's avatar Alex Lau
Browse files

Reset PIP menu touch state on touch up or cancel.

Bug: 111221009
Test: build
Change-Id: Icfb90a412e58426bb246bfcf0b79c2428a6ed99a
parent 132b1c60
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;