We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4f7873 + 7f3b379 commit e680c72Copy full SHA for e680c72
1 file changed
packages/SystemUI/src/com/android/systemui/SwipeHelper.java
@@ -322,6 +322,9 @@ public boolean onTouchEvent(MotionEvent ev) {
322
}
323
324
if (!mDragging) {
325
+ // We are not doing anything, make sure the long press callback
326
+ // is not still ticking like a bomb waiting to go off.
327
+ removeLongPressCallback();
328
return false;
329
330
0 commit comments