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
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) {
58
58
if (imm != null && imm .isActive () && event .getAction () == android .view .KeyEvent .ACTION_UP
59
59
&& event .getKeyCode () == android .view .KeyEvent .KEYCODE_BACK ) {
60
60
// when hiding the keyboard with the back button also blur
61
- clearFocus ();
61
+ fullClearFocus ();
62
62
return true ;
63
63
}
64
64
return super .dispatchKeyEventPreIme (event );
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public boolean dispatchKeyEventPreIme(KeyEvent event) {
58
58
if (imm != null && imm .isActive () && event .getAction () == android .view .KeyEvent .ACTION_UP
59
59
&& event .getKeyCode () == android .view .KeyEvent .KEYCODE_BACK ) {
60
60
// when hiding the keyboard with the back button also blur
61
- clearFocus ();
61
+ fullClearFocus ();
62
62
return true ;
63
63
}
64
64
return super .dispatchKeyEventPreIme (event );
You can’t perform that action at this time.
0 commit comments