Merge "Launch overview as transient" into sc-dev am: 3f4333bfa1

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14444777

Change-Id: I10365c2263900d98664eaa6d0dd402fc0fc8f562
This commit is contained in:
Evan Rosky
2021-05-18 19:03:07 +00:00
committed by Automerger Merge Worker
@@ -168,7 +168,8 @@ public class TaskAnimationManager implements RecentsAnimationCallbacks.RecentsAn
if (ENABLE_SHELL_TRANSITIONS) {
RemoteTransitionCompat transition = new RemoteTransitionCompat(mCallbacks,
mController != null ? mController.getController() : null);
Bundle options = ActivityOptionsCompat.makeRemoteTransition(transition).toBundle();
Bundle options = ActivityOptionsCompat.makeRemoteTransition(transition)
.setTransientLaunch().toBundle();
mCtx.startActivity(intent, options);
} else {
UI_HELPER_EXECUTOR.execute(() -> ActivityManagerWrapper.getInstance()