Merge "Fix issue with settings launch animation" into rvc-dev am: 36eb8c05dc am: ae52ccc476
Change-Id: I3f82db3118614850ee0a629c2e04707d0bce4eb7
This commit is contained in:
@@ -168,7 +168,6 @@ class ActivityStarter {
|
||||
|
||||
// The task display area to launch the activity onto, barring any strong reason to do otherwise.
|
||||
private TaskDisplayArea mPreferredTaskDisplayArea;
|
||||
// The windowing mode to apply to the root task, if possible
|
||||
private int mPreferredWindowingMode;
|
||||
|
||||
private Task mInTask;
|
||||
@@ -1560,9 +1559,6 @@ class ActivityStarter {
|
||||
if (!mAvoidMoveToFront && mDoResume) {
|
||||
mTargetStack.getStack().moveToFront("reuseOrNewTask", targetTask);
|
||||
if (mOptions != null) {
|
||||
if (mPreferredWindowingMode != WINDOWING_MODE_UNDEFINED) {
|
||||
mTargetStack.setWindowingMode(mPreferredWindowingMode);
|
||||
}
|
||||
if (mOptions.getTaskAlwaysOnTop()) {
|
||||
mTargetStack.setAlwaysOnTop(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user