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

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

am 5091ca9c: am ac73f1ef: Partially fix that beginning of animation is skipped

* commit '5091ca9c':
  Partially fix that beginning of animation is skipped
parents 63ff4a77 5091ca9c
Loading
Loading
Loading
Loading
+45 −45
Original line number Diff line number Diff line
@@ -10049,6 +10049,7 @@ public class WindowManagerService extends IWindowManager.Stub
                        }

                        winAnimator.setSurfaceBoundariesLocked(recoveringMemory);
                    }

                    final AppWindowToken atoken = w.mAppToken;
                    if (DEBUG_STARTING_WINDOW && atoken != null
@@ -10096,7 +10097,6 @@ public class WindowManagerService extends IWindowManager.Stub
                            }
                        }
                    }
                    }

                    if (isDefaultDisplay && someoneLosingFocus && (w == mCurrentFocus)
                            && w.isDisplayedLw()) {