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

Commit 95a9a1c4 authored by Louis Chang's avatar Louis Chang Committed by Automerger Merge Worker
Browse files

Merge "Deliver latest intent extras to recents" into rvc-dev am: 5463497b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11716080

Change-Id: Icb47e8d034c52ba0e8b80ae326d9323b7d578605
parents 8b694301 5463497b
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -233,6 +233,8 @@ class RecentsAnimation implements RecentsAnimationCallbacks,
            // duration of the gesture that is driven by the recents component
            // duration of the gesture that is driven by the recents component
            targetActivity.mLaunchTaskBehind = true;
            targetActivity.mLaunchTaskBehind = true;
            mLaunchedTargetActivity = targetActivity;
            mLaunchedTargetActivity = targetActivity;
            // TODO(b/156772625): Evaluate to send new intents vs. replacing the intent extras.
            targetActivity.intent.replaceExtras(mTargetIntent);


            // Fetch all the surface controls and pass them to the client to get the animation
            // Fetch all the surface controls and pass them to the client to get the animation
            // started. Cancel any existing recents animation running synchronously (do not hold the
            // started. Cancel any existing recents animation running synchronously (do not hold the