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

Commit 0a583deb 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 started" into nyc-dev

am: a092aa43

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

Change-Id: I03cd1bd5764a90f91379663db31594c5af0e8d70
parents 67cc0b2b a092aa43
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(