Merge "Animate workspace upwards when opening an app." into ub-launcher3-qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-29 21:53:32 +00:00
committed by Android (Google) Code Review
@@ -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