Merge "Fix bug 3083631 - Links no longer get tapped during scale gestures" into gingerbread

This commit is contained in:
Adam Powell
2010-10-12 17:08:43 -07:00
committed by Android (Google) Code Review

View File

@@ -5039,6 +5039,8 @@ public class WebView extends AbsoluteLayout
if (!mAllowPanAndScale) {
return true;
}
mPrivateHandler.removeMessages(SWITCH_TO_SHORTPRESS);
mPrivateHandler.removeMessages(SWITCH_TO_LONGPRESS);
}
x = mScaleDetector.getFocusX();
y = mScaleDetector.getFocusY();