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

Commit 404a4ff1 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

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

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

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

Change-Id: I950063df448040b5618a9e68ebe41e9cad6cb305
parents c5f564a0 f2f1b43a
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(