Skip to content

Commit 86ef70e

Browse files
author
Winson Chung
committed
Fixing build (Bug 17381033)
Change-Id: I95a7c8167f82a4fe982bdc9588d5fbaf5a627d0b
1 parent c12f574 commit 86ef70e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/core/java/com/android/server/wm/WindowManagerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9102,7 +9102,7 @@ public int handleAppTransitionReadyLocked(WindowList windows) {
91029102
// Ensure that apps that are mid-starting are also scheduled to have their
91039103
// starting windows removed after the animation is complete
91049104
if (wtoken.startingWindow != null && !wtoken.startingWindow.mExiting) {
9105-
scheduleRemoveStartingWindow(wtoken);
9105+
scheduleRemoveStartingWindowLocked(wtoken);
91069106
}
91079107

91089108
if (animLp != null) {

0 commit comments

Comments
 (0)