diff --git a/src/com/android/launcher3/allapps/AllAppsSearchBarController.java b/src/com/android/launcher3/allapps/AllAppsSearchBarController.java index 7746245c19..b965d744fe 100644 --- a/src/com/android/launcher3/allapps/AllAppsSearchBarController.java +++ b/src/com/android/launcher3/allapps/AllAppsSearchBarController.java @@ -140,10 +140,11 @@ public abstract class AllAppsSearchBarController * Resets the search bar state. */ public void reset() { - mQuery = null; unfocusSearchField(); mCb.clearSearchResult(); mInput.setText(""); + // We need to reset this after we clear the input text + mQuery = null; hideKeyboard(); }