Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee9da04e authored by Gilles Debunne's avatar Gilles Debunne Committed by Android (Google) Code Review
Browse files

Merge "Moving focus on text should not create an Editor"

parents f9c1f993 4cb85f6a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5251,7 +5251,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener

    @Override
    public InputConnection onCreateInputConnection(EditorInfo outAttrs) {
        createEditorIfNeeded("onCreateInputConnection");
        if (onCheckIsTextEditor() && isEnabled()) {
            if (getEditor().mInputMethodState == null) {
                getEditor().mInputMethodState = new InputMethodState();