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