mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Update usage of ExtendedEditText.showSoftInput().
Fix: 276637107 Flag: N/A Test: manual Change-Id: I61eeff5fb69d00b44e7987458a808f59998be676
This commit is contained in:
@@ -160,7 +160,7 @@ public class AllAppsSearchBarController
|
||||
* Focuses the search field to handle key events.
|
||||
*/
|
||||
public void focusSearchField() {
|
||||
mInput.showKeyboard();
|
||||
mInput.showKeyboard(true /* shouldFocus */);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user