Update usage of ExtendedEditText.showSoftInput().

Fix: 276637107
Flag: N/A
Test: manual

Change-Id: I61eeff5fb69d00b44e7987458a808f59998be676
This commit is contained in:
Luca Zuccarini
2023-08-04 13:18:16 +00:00
parent 99f30cb125
commit 95bc2ce2cc
3 changed files with 24 additions and 8 deletions

View File

@@ -160,7 +160,7 @@ public class AllAppsSearchBarController
* Focuses the search field to handle key events.
*/
public void focusSearchField() {
mInput.showKeyboard();
mInput.showKeyboard(true /* shouldFocus */);
}
/**