Skip to content

Commit e680c72

Browse files
Dianne HackbornAndroid (Google) Code Review
authored andcommitted
Merge "Fix issue #6706369: Sometimes the "App info" popup shows..." into jb-dev
2 parents c4f7873 + 7f3b379 commit e680c72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/SystemUI/src/com/android/systemui/SwipeHelper.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ public boolean onTouchEvent(MotionEvent ev) {
322322
}
323323

324324
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();
325328
return false;
326329
}
327330

0 commit comments

Comments
 (0)