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

am: fafe347533

Change-Id: I0e645edd227aad7a46e7de082dbe63c8683cb258
This commit is contained in:
Jon Miranda
2019-05-29 14:56:55 -07:00
committed by android-build-merger
@@ -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