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

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

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

* commit 'a0d142d9':
  Partially fix that beginning of animation is skipped
parents 14aca8e8 a0d142d9
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()) {