We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9c1f99 + 4cb85f6 commit ee9da04Copy full SHA for ee9da04
core/java/android/widget/TextView.java
@@ -5251,7 +5251,6 @@ public boolean onCheckIsTextEditor() {
5251
5252
@Override
5253
public InputConnection onCreateInputConnection(EditorInfo outAttrs) {
5254
- createEditorIfNeeded("onCreateInputConnection");
5255
if (onCheckIsTextEditor() && isEnabled()) {
5256
if (getEditor().mInputMethodState == null) {
5257
getEditor().mInputMethodState = new InputMethodState();
0 commit comments