mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Fix janky close animation when taskbar is unstashed
- Updated startRect for close animation when taskbar is unstashed Fix: 258167450 Test: Use back gesture to close app when taskbarw is stashed or unstashed Change-Id: I56913c2770024bcb47a74c28941bc59f60b4666b
This commit is contained in:
@@ -1677,9 +1677,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