* commit 'a173d9c83f411c74c2dfe8214a0f32cf6b66b7e7': Fixing build (Bug 17381033)
This commit is contained in:
@@ -9102,7 +9102,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
// Ensure that apps that are mid-starting are also scheduled to have their
|
// Ensure that apps that are mid-starting are also scheduled to have their
|
||||||
// starting windows removed after the animation is complete
|
// starting windows removed after the animation is complete
|
||||||
if (wtoken.startingWindow != null && !wtoken.startingWindow.mExiting) {
|
if (wtoken.startingWindow != null && !wtoken.startingWindow.mExiting) {
|
||||||
scheduleRemoveStartingWindow(wtoken);
|
scheduleRemoveStartingWindowLocked(wtoken);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (animLp != null) {
|
if (animLp != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user