mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Fixing subtle animation jank when dropping icon on adjacent page
-> The old path of the icon wasn't correct from a motion standpoint Change-Id: Icb4b06b5cd5649e983d43953ff369d1d8d8cdee2
This commit is contained in:
@@ -193,7 +193,7 @@ public class DeleteDropTarget extends ButtonDropTarget {
|
||||
};
|
||||
dragLayer.animateView(d.dragView, from, to, 0.1f, 0.1f,
|
||||
DELETE_ANIMATION_DURATION, new DecelerateInterpolator(2),
|
||||
new DecelerateInterpolator(1.5f), onAnimationEndRunnable, false);
|
||||
new DecelerateInterpolator(1.5f), onAnimationEndRunnable, false, null);
|
||||
}
|
||||
|
||||
private void completeDrop(DragObject d) {
|
||||
|
||||
Reference in New Issue
Block a user