mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Make windows transform into icons quicker for certain devices." into tm-qpr-dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user