Loading packages/SystemUI/src/com/android/systemui/SwipeHelper.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -322,6 +322,9 @@ public class SwipeHelper implements Gefingerpoken { } } if (!mDragging) { if (!mDragging) { // We are not doing anything, make sure the long press callback // is not still ticking like a bomb waiting to go off. removeLongPressCallback(); return false; return false; } } Loading Loading
packages/SystemUI/src/com/android/systemui/SwipeHelper.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -322,6 +322,9 @@ public class SwipeHelper implements Gefingerpoken { } } if (!mDragging) { if (!mDragging) { // We are not doing anything, make sure the long press callback // is not still ticking like a bomb waiting to go off. removeLongPressCallback(); return false; return false; } } Loading