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

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

am b3544372: am 929a82c8: am a0d142d9: am 5091ca9c: am ac73f1ef: Partially fix...

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

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

                        winAnimator.setSurfaceBoundariesLocked(recoveringMemory);
                    }

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

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