am 86ef70eb: Fixing build (Bug 17381033)

* commit '86ef70eb08b83fc41d0c8e124315d9ee9fea0ee4':
  Fixing build (Bug 17381033)
This commit is contained in:
Winson Chung
2014-10-01 15:02:18 +00:00
committed by Android Git Automerger

View File

@@ -9102,7 +9102,7 @@ public class WindowManagerService extends IWindowManager.Stub
// Ensure that apps that are mid-starting are also scheduled to have their
// starting windows removed after the animation is complete
if (wtoken.startingWindow != null && !wtoken.startingWindow.mExiting) {
scheduleRemoveStartingWindow(wtoken);
scheduleRemoveStartingWindowLocked(wtoken);
}
if (animLp != null) {