Loading packages/SystemUI/src/com/android/systemui/pip/phone/PipMenuActivity.java +3 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,9 @@ public class PipMenuActivity extends Activity { // next tap mTouchState.scheduleDoubleTapTimeoutCallback(); } // Fall through case MotionEvent.ACTION_CANCEL: mTouchState.reset(); break; } return true; Loading Loading
packages/SystemUI/src/com/android/systemui/pip/phone/PipMenuActivity.java +3 −0 Original line number Diff line number Diff line Loading @@ -224,6 +224,9 @@ public class PipMenuActivity extends Activity { // next tap mTouchState.scheduleDoubleTapTimeoutCallback(); } // Fall through case MotionEvent.ACTION_CANCEL: mTouchState.reset(); break; } return true; Loading