diff options
Diffstat (limited to 'core/java/android/webkit/WebTextView.java')
| -rw-r--r-- | core/java/android/webkit/WebTextView.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/webkit/WebTextView.java b/core/java/android/webkit/WebTextView.java index 608c8a240b47..92da456467a6 100644 --- a/core/java/android/webkit/WebTextView.java +++ b/core/java/android/webkit/WebTextView.java @@ -325,9 +325,6 @@ import java.util.ArrayList; mWebView.setFocusControllerInactive(); mWebView.nativeMoveCursorToNextTextInput(); mOkayForFocusNotToMatch = true; - // Pass the click to set the focus to the textfield which will now - // have the cursor. - mWebView.centerKeyPressOnTextField(); // Preemptively rebuild the WebTextView, so that the action will // be set properly. mWebView.rebuildWebTextView(); |
