Launch first search item on enter

This commit is contained in:
Suphon Thanakornpakapong
2021-10-10 01:12:11 +07:00
parent 857c89b050
commit 4cea9e5768
14 changed files with 194 additions and 7 deletions
@@ -101,6 +101,7 @@ public class ExtendedEditText extends EditText {
// inherited class can override to change the appearance of the edit text.
public void show() {}
public void hide() {}
public void showKeyboard() {
mShowImeAfterFirstLayout = !showSoftInput();