Bug 4588114 - Make GestureDetector behave nicer with parallel multi-touch detection
Change-Id: I5ca377124a5888f0f45206d5de2d0a4b37e63351
This commit is contained in:
@@ -610,6 +610,8 @@ public class GestureDetector {
|
||||
mVelocityTracker = null;
|
||||
mIsDoubleTapping = false;
|
||||
mStillDown = false;
|
||||
mAlwaysInTapRegion = false;
|
||||
mAlwaysInBiggerTapRegion = false;
|
||||
if (mInLongPress) {
|
||||
mInLongPress = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user