mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Starting market search whenever the search key is pressed
Bug: 27365428 Change-Id: I508cb35cd1aaab1eac6cf60014fa6f80592365ef
This commit is contained in:
@@ -229,7 +229,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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user