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

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

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

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