From 6d60532167910444e84f2a8da5ad69e858b08a0c Mon Sep 17 00:00:00 2001 From: Jonathan Miranda Date: Tue, 6 Jun 2017 20:36:24 +0000 Subject: [PATCH] Revert "Decrease jank in all apps physics." This change created an issue where some items appear to not have springs when the device does not have that many apps. This reverts commit 9d7f2b9e0d2b40414951f3dba461c6cabc9c7cbf. Change-Id: I8e79cf3f86972fde8184debb6ab4d0f32283a8bd --- .../launcher3/allapps/AllAppsGridAdapter.java | 48 +++++++------------ .../anim/SpringAnimationHandler.java | 2 +- 2 files changed, 18 insertions(+), 32 deletions(-) diff --git a/src/com/android/launcher3/allapps/AllAppsGridAdapter.java b/src/com/android/launcher3/allapps/AllAppsGridAdapter.java index 83c1370140..d3d23ca249 100644 --- a/src/com/android/launcher3/allapps/AllAppsGridAdapter.java +++ b/src/com/android/launcher3/allapps/AllAppsGridAdapter.java @@ -102,12 +102,7 @@ public class AllAppsGridAdapter extends RecyclerView.Adapter