Show IME when search query != null after rotation

Change-Id: Ia35fba140a5addc21bf347cd63b72dc4e357421e
This commit is contained in:
Hyunyoung Song
2016-09-09 15:02:20 -07:00
parent 61bcfba335
commit c2fe1147f9
4 changed files with 37 additions and 6 deletions

View File

@@ -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();
}
/**