File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3785,7 +3785,7 @@ public void onEditorAction(int actionCode) {
37853785 return ;
37863786 }
37873787 }
3788-
3788+
37893789 // This is the handling for some default action.
37903790 // Note that for backwards compatibility we don't do this
37913791 // default handling if explicit ime options have not been given,
@@ -3816,7 +3816,6 @@ public void onEditorAction(int actionCode) {
38163816 if (imm != null && imm .isActive (this )) {
38173817 imm .hideSoftInputFromWindow (getWindowToken (), 0 );
38183818 }
3819- clearFocus ();
38203819 return ;
38213820 }
38223821 }
@@ -3838,7 +3837,7 @@ public void onEditorAction(int actionCode) {
38383837 | KeyEvent .FLAG_EDITOR_ACTION )));
38393838 }
38403839 }
3841-
3840+
38423841 /**
38433842 * Set the private content type of the text, which is the
38443843 * {@link EditorInfo#privateImeOptions EditorInfo.privateImeOptions}
You can’t perform that action at this time.
0 commit comments