Animate workspace upwards when opening an app.

Bug: 123900446
Change-Id: I3d08985f8362038f50728e91e2fedf1c97e326ff
This commit is contained in:
Jon Miranda
2019-05-29 14:39:01 -07:00
parent 5a93e5d895
commit 119a586245

View File

@@ -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