mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Merge "Fix janky close animation when taskbar is unstashed" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
104517cefb
@@ -1678,9 +1678,10 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
||||
mLauncher.getStateManager().moveToRestState();
|
||||
}
|
||||
|
||||
RectF windowTargetBounds =
|
||||
new RectF(getWindowTargetBounds(appTargets, getRotationChange(appTargets)));
|
||||
Pair<RectFSpringAnim, AnimatorSet> pair = createWallpaperOpenAnimations(
|
||||
appTargets, wallpaperTargets, mFromUnlock,
|
||||
new RectF(0, 0, mDeviceProfile.widthPx, mDeviceProfile.heightPx),
|
||||
appTargets, wallpaperTargets, mFromUnlock, windowTargetBounds,
|
||||
QuickStepContract.getWindowCornerRadius(mLauncher));
|
||||
|
||||
mLauncher.clearForceInvisibleFlag(INVISIBLE_ALL);
|
||||
|
||||
Reference in New Issue
Block a user