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

Commit 29fc5d20 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

Merge "Merge "Don\'t move stack to front when creating a task for activity to...

Merge "Merge "Don\'t move stack to front when creating a task for activity to be started" into nyc-dev am: a092aa43 am: f2f1b43a" into nyc-mr1-dev-plus-aosp
am: 15b0c837

* commit '15b0c837':
  Don't move stack to front when creating a task for activity to be started

Change-Id: I0d9cfbc27007af808240c669eb1dc22f9525c278
parents e2061d8c 15b0c837
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1597,9 +1597,6 @@ class ActivityStarter {
    private void setTaskFromReuseOrCreateNewTask(TaskRecord taskToAffiliate) {
        mTargetStack = computeStackFocus(mStartActivity, true, mLaunchBounds, mLaunchFlags,
                mOptions);
        if (mDoResume) {
            mTargetStack.moveToFront("startingNewTask");
        }

        if (mReuseTask == null) {
            final TaskRecord task = mTargetStack.createTaskRecord(