mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 00:36:49 +00:00
Make windows transform into icons quicker for certain devices.
Bug: 240671690 Test: manual Change-Id: Ie36a68c1e92443ca453778df6b8f7549d6e1f7e1
This commit is contained in:
@@ -1433,7 +1433,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