mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Fix bug where all apps items fade in.
Removes all Add/Change/Move/Remove animations by
clearing the AllAppsRecyclerView ItemAnimator.
Bug: 64675794
Change-Id: I41f975ab6be4bf48c483828ea6f109382a8a9320
(cherry picked from commit 7dfabaa02b)
This commit is contained in:
committed by
Jonathan Miranda
parent
bb10fa8fc2
commit
48a4e91c73
@@ -224,8 +224,8 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
|
||||
mAppsRecyclerView.setLayoutManager(mLayoutManager);
|
||||
mAppsRecyclerView.setAdapter(mAdapter);
|
||||
mAppsRecyclerView.setHasFixedSize(true);
|
||||
// Removes the animation that can occur when updating the predicted apps in place.
|
||||
mAppsRecyclerView.getItemAnimator().setChangeDuration(0);
|
||||
// No animations will occur when changes occur to the items in this RecyclerView.
|
||||
mAppsRecyclerView.setItemAnimator(null);
|
||||
if (FeatureFlags.LAUNCHER3_PHYSICS) {
|
||||
mAppsRecyclerView.setSpringAnimationHandler(mSpringAnimationHandler);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user