File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
textfield/platforms/android/java/com/nativescript/material/textfield
textview/platforms/android/java/com/nativescript/material/textview Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public boolean dispatchKeyEventPreIme(KeyEvent event) {
5858 if (imm != null && imm .isActive () && event .getAction () == android .view .KeyEvent .ACTION_UP
5959 && event .getKeyCode () == android .view .KeyEvent .KEYCODE_BACK ) {
6060 // when hiding the keyboard with the back button also blur
61- clearFocus ();
61+ fullClearFocus ();
6262 return true ;
6363 }
6464 return super .dispatchKeyEventPreIme (event );
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public boolean dispatchKeyEventPreIme(KeyEvent event) {
5858 if (imm != null && imm .isActive () && event .getAction () == android .view .KeyEvent .ACTION_UP
5959 && event .getKeyCode () == android .view .KeyEvent .KEYCODE_BACK ) {
6060 // when hiding the keyboard with the back button also blur
61- clearFocus ();
61+ fullClearFocus ();
6262 return true ;
6363 }
6464 return super .dispatchKeyEventPreIme (event );
You can’t perform that action at this time.
0 commit comments