Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86ef70eb authored by Winson Chung's avatar Winson Chung
Browse files

Fixing build (Bug 17381033)

Change-Id: I95a7c8167f82a4fe982bdc9588d5fbaf5a627d0b
parent c12f5745
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {