mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Revert resource name to what platform ui automator test defines. b/21923650" into ub-launcher3-burnaby
This commit is contained in:
committed by
Android (Google) Code Review
commit
c44de1adcf
@@ -328,7 +328,7 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
|
||||
mRevealView = findViewById(R.id.all_apps_reveal);
|
||||
|
||||
// Load the all apps recycler view
|
||||
mAppsRecyclerView = (AllAppsRecyclerView) findViewById(R.id.collection);
|
||||
mAppsRecyclerView = (AllAppsRecyclerView) findViewById(R.id.apps_list_view);
|
||||
mAppsRecyclerView.setApps(mApps);
|
||||
mAppsRecyclerView.setPredictionBarHeight(mPredictionBarHeight);
|
||||
mAppsRecyclerView.setLayoutManager(mLayoutManager);
|
||||
|
||||
Reference in New Issue
Block a user