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

Commit 119a5862 authored by Jon Miranda's avatar Jon Miranda
Browse files

Animate workspace upwards when opening an app.

Bug: 123900446
Change-Id: I3d08985f8362038f50728e91e2fedf1c97e326ff
parent 5a93e5d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ public abstract class QuickstepAppTransitionManagerImpl extends LauncherAppTrans
        if (launcherClosing) {
            Pair<AnimatorSet, Runnable> launcherContentAnimator =
                    getLauncherContentAnimator(true /* isAppOpening */,
                            new float[] {0, mContentTransY});
                            new float[] {0, -mContentTransY});
            anim.play(launcherContentAnimator.first);
            anim.addListener(new AnimatorListenerAdapter() {
                @Override