summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AllAppsContainerView.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-03-02 11:32:18 -0800
committerSunny Goyal <sunnygoyal@google.com>2016-03-03 18:36:35 +0000
commit9e3fee1427c0baa38564e20a9f351d1a87c25761 (patch)
tree058e4ceaee54d3fa89a88d73b8a99a89e129080b /src/com/android/launcher3/allapps/AllAppsContainerView.java
parent5cc55a143a2ed35d6f2ac1fe57a4e8b3e26d47a0 (diff)
downloadandroid_packages_apps_Trebuchet-9e3fee1427c0baa38564e20a9f351d1a87c25761.tar.gz
android_packages_apps_Trebuchet-9e3fee1427c0baa38564e20a9f351d1a87c25761.tar.bz2
android_packages_apps_Trebuchet-9e3fee1427c0baa38564e20a9f351d1a87c25761.zip
Starting market search whenever the search key is pressed
Bug: 27365428 Change-Id: I508cb35cd1aaab1eac6cf60014fa6f80592365ef (cherry picked from commit 992a5f566e7f1b1fc8bd766f1fd00bee7ea2a634)
Diffstat (limited to 'src/com/android/launcher3/allapps/AllAppsContainerView.java')
-rw-r--r--src/com/android/launcher3/allapps/AllAppsContainerView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/allapps/AllAppsContainerView.java b/src/com/android/launcher3/allapps/AllAppsContainerView.java
index 57da6c57c..016381ff9 100644
--- a/src/com/android/launcher3/allapps/AllAppsContainerView.java
+++ b/src/com/android/launcher3/allapps/AllAppsContainerView.java
@@ -228,7 +228,7 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
throw new RuntimeException("Expected search bar controller to only be set once");
}
mSearchBarController = searchController;
- mSearchBarController.initialize(mApps, mSearchInput, mAppsRecyclerView, this);
+ mSearchBarController.initialize(mApps, mSearchInput, mLauncher, this);
updateBackgroundAndPaddings();
}