Merge "Moving focus on text should not create an Editor"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ee9da04edc
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user