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

Commit d4be15d5 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 588932a5: Always wait for the main app window before starting a transition

* commit '588932a5':
  Always wait for the main app window before starting a transition
parents 865c35aa 588932a5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -10054,7 +10054,10 @@ public class WindowManagerService extends IWindowManager.Stub
                        }

                        winAnimator.setSurfaceBoundariesLocked(recoveringMemory);
                    }

                    // Check the draw state of the window, but only if it is visible to the user.
                    if (!w.isHiddenFromUserLocked()) {
                        final AppWindowToken atoken = w.mAppToken;
                        if (DEBUG_STARTING_WINDOW && atoken != null
                                && w == atoken.startingWindow) {