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

Commit f914ce68 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: 0a583deb

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

Change-Id: I1f42f0a0acf1cdc169f445da5ce4f5f2344671a4
parents ffb65c65 0a583deb
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(