Merge "Don\'t move stack to front when creating a task for activity to be started" into nyc-dev
am: a092aa436e
* commit 'a092aa436eb1eaa0c9606a0a395f3b52ad9cccef':
Don't move stack to front when creating a task for activity to be started
Change-Id: I03cd1bd5764a90f91379663db31594c5af0e8d70
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user