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

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

am ac73f1ef: Partially fix that beginning of animation is skipped

* commit 'ac73f1ef':
  Partially fix that beginning of animation is skipped
parents 419f2177 ac73f1ef
Loading
Loading
Loading
Loading
+45 −45
Original line number Diff line number Diff line
@@ -10048,6 +10048,7 @@ public class WindowManagerService extends IWindowManager.Stub
                        }

                        winAnimator.setSurfaceBoundariesLocked(recoveringMemory);
                    }

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

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