Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 104517ce authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix janky close animation when taskbar is unstashed" into tm-qpr-dev

parents 8700307b aee9c12a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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);