Merge "Make windows transform into icons quicker for certain devices." into tm-qpr-dev

This commit is contained in:
Jon Miranda
2022-08-09 16:14:58 +00:00
committed by Android (Google) Code Review
5 changed files with 13 additions and 5 deletions

View File

@@ -1416,7 +1416,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
animation.addListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationStart(Animator animation) {
anim.start(mLauncher, velocityPxPerS);
anim.start(mLauncher, mDeviceProfile, velocityPxPerS);
}
});
return anim;