mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Show IME when search query != null after rotation
Change-Id: Ia35fba140a5addc21bf347cd63b72dc4e357421e
This commit is contained in:
@@ -163,8 +163,7 @@ public abstract class AllAppsSearchBarController
|
||||
* Focuses the search field to handle key events.
|
||||
*/
|
||||
public void focusSearchField() {
|
||||
mInput.requestFocus();
|
||||
mInputMethodManager.showSoftInput(mInput, InputMethodManager.SHOW_IMPLICIT);
|
||||
mInput.showKeyboard();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user