Skip to content

Commit ee9da04

Browse files
Gilles DebunneAndroid (Google) Code Review
authored andcommitted
Merge "Moving focus on text should not create an Editor"
2 parents f9c1f99 + 4cb85f6 commit ee9da04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/java/android/widget/TextView.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5251,7 +5251,6 @@ public boolean onCheckIsTextEditor() {
52515251

52525252
@Override
52535253
public InputConnection onCreateInputConnection(EditorInfo outAttrs) {
5254-
createEditorIfNeeded("onCreateInputConnection");
52555254
if (onCheckIsTextEditor() && isEnabled()) {
52565255
if (getEditor().mInputMethodState == null) {
52575256
getEditor().mInputMethodState = new InputMethodState();

0 commit comments

Comments
 (0)