summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2016-09-09 15:02:20 -0700
committerHyunyoung Song <hyunyoungs@google.com>2016-09-09 15:02:20 -0700
commitc2fe1147f9802d581d1e0c1da4dcaaf8ebdfa939 (patch)
tree37f0b7e9e5f0a24884804fd1672090fe4ba6a711 /src/com/android/launcher3/allapps/AllAppsSearchBarController.java
parent61bcfba33598ddd0bc59910ab758fcd51d770502 (diff)
downloadandroid_packages_apps_Trebuchet-c2fe1147f9802d581d1e0c1da4dcaaf8ebdfa939.tar.gz
android_packages_apps_Trebuchet-c2fe1147f9802d581d1e0c1da4dcaaf8ebdfa939.tar.bz2
android_packages_apps_Trebuchet-c2fe1147f9802d581d1e0c1da4dcaaf8ebdfa939.zip
Show IME when search query != null after rotation
Change-Id: Ia35fba140a5addc21bf347cd63b72dc4e357421e
Diffstat (limited to 'src/com/android/launcher3/allapps/AllAppsSearchBarController.java')
-rw-r--r--src/com/android/launcher3/allapps/AllAppsSearchBarController.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/launcher3/allapps/AllAppsSearchBarController.java b/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
index 9a48367cd..41abb4c1d 100644
--- a/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
+++ b/src/com/android/launcher3/allapps/AllAppsSearchBarController.java
@@ -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();
}
/**