Merge "Fix issue #6706369: Sometimes the "App info" popup shows..." into jb-dev

This commit is contained in:
Dianne Hackborn
2012-06-28 10:50:45 -07:00
committed by Android (Google) Code Review

View File

@@ -322,6 +322,9 @@ public class SwipeHelper implements Gefingerpoken {
}
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;
}