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

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

am 17bf58a3: am d4be15d5: am 588932a5: Always wait for the main app window...

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

* commit '17bf58a3':
  Always wait for the main app window before starting a transition
parents 7f213d4f 17bf58a3
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) {