summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/allapps/AllAppsContainerView.java
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-06-27 05:51:22 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-06-27 05:51:23 +0000
commita80b18420609e1d9dab27be4d38e0c7263d4c8b0 (patch)
treeb5558db463a799969d73ffae32b87910af1162ff /src/com/android/launcher3/allapps/AllAppsContainerView.java
parent71d94efcfb3d651ab2547b4feb51741a0d6f021b (diff)
parentad3194ec81a2eb1d5823dd892fc8590c613c991b (diff)
downloadandroid_packages_apps_Trebuchet-a80b18420609e1d9dab27be4d38e0c7263d4c8b0.tar.gz
android_packages_apps_Trebuchet-a80b18420609e1d9dab27be4d38e0c7263d4c8b0.tar.bz2
android_packages_apps_Trebuchet-a80b18420609e1d9dab27be4d38e0c7263d4c8b0.zip
Merge "Add overscroll w/ physics to All Apps." into ub-launcher3-dorval-polish
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 47b68a2ee..189b9358f 100644
--- a/src/com/android/launcher3/allapps/AllAppsContainerView.java
+++ b/src/com/android/launcher3/allapps/AllAppsContainerView.java
@@ -220,7 +220,7 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
});
// Load the all apps recycler view
- mAppsRecyclerView = (AllAppsRecyclerView) findViewById(R.id.apps_list_view);
+ mAppsRecyclerView = findViewById(R.id.apps_list_view);
mAppsRecyclerView.setApps(mApps);
mAppsRecyclerView.setLayoutManager(mLayoutManager);
mAppsRecyclerView.setAdapter(mAdapter);