Merge "Doesn't re-sort app windows when move task to top"
This commit is contained in:
@@ -4809,6 +4809,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
if (mAppTransition.isTransitionSet()) {
|
if (mAppTransition.isTransitionSet()) {
|
||||||
task.setSendingToBottom(false);
|
task.setSendingToBottom(false);
|
||||||
}
|
}
|
||||||
|
moveStackWindowsLocked(stack.getDisplayContent());
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
Binder.restoreCallingIdentity(origId);
|
Binder.restoreCallingIdentity(origId);
|
||||||
|
|||||||
Reference in New Issue
Block a user