Loading services/core/java/com/android/server/am/ActivityStarter.java +4 −5 Original line number Diff line number Diff line Loading @@ -2083,6 +2083,10 @@ class ActivityStarter { private ActivityStack getLaunchStack(ActivityRecord r, int launchFlags, TaskRecord task, ActivityOptions aOptions) { // We are reusing a task, keep the stack! if (mReuseTask != null) { return mReuseTask.getStack(); } // If the activity is of a specific type, return the associated stack, creating it if // necessary Loading @@ -2096,11 +2100,6 @@ class ActivityStarter { return mSupervisor.getStack(ASSISTANT_STACK_ID, CREATE_IF_NEEDED, ON_TOP); } // We are reusing a task, keep the stack! if (mReuseTask != null) { return mReuseTask.getStack(); } final int launchDisplayId = (aOptions != null) ? aOptions.getLaunchDisplayId() : INVALID_DISPLAY; Loading Loading
services/core/java/com/android/server/am/ActivityStarter.java +4 −5 Original line number Diff line number Diff line Loading @@ -2083,6 +2083,10 @@ class ActivityStarter { private ActivityStack getLaunchStack(ActivityRecord r, int launchFlags, TaskRecord task, ActivityOptions aOptions) { // We are reusing a task, keep the stack! if (mReuseTask != null) { return mReuseTask.getStack(); } // If the activity is of a specific type, return the associated stack, creating it if // necessary Loading @@ -2096,11 +2100,6 @@ class ActivityStarter { return mSupervisor.getStack(ASSISTANT_STACK_ID, CREATE_IF_NEEDED, ON_TOP); } // We are reusing a task, keep the stack! if (mReuseTask != null) { return mReuseTask.getStack(); } final int launchDisplayId = (aOptions != null) ? aOptions.getLaunchDisplayId() : INVALID_DISPLAY; Loading