Loading core/java/android/webkit/WebView.java +5 −3 Original line number Diff line number Diff line Loading @@ -4639,9 +4639,11 @@ public class WebView extends AbsoluteLayout break; } case SWITCH_TO_LONGPRESS: { if (!mPreventDrag) { mTouchMode = TOUCH_DONE_MODE; performLongClick(); rebuildWebTextView(); } break; } case SWITCH_TO_CLICK: Loading Loading
core/java/android/webkit/WebView.java +5 −3 Original line number Diff line number Diff line Loading @@ -4639,9 +4639,11 @@ public class WebView extends AbsoluteLayout break; } case SWITCH_TO_LONGPRESS: { if (!mPreventDrag) { mTouchMode = TOUCH_DONE_MODE; performLongClick(); rebuildWebTextView(); } break; } case SWITCH_TO_CLICK: Loading