Merge "Fix bug 3083631 - Links no longer get tapped during scale gestures" into gingerbread
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user