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

Commit 2795f162 authored by Rob Carr's avatar Rob Carr Committed by Automerger Merge Worker
Browse files

Merge "WindowState: Avoid destroying surface during relayout" into sc-dev am: 4fbc9551

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14037437

Change-Id: Ic5def193f83b232e0b213e303df447569354115f
parents b1127384 4fbc9551
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5035,7 +5035,6 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
            // Cancel the existing exit animation for the next enter animation.
            if (isAnimating()) {
                cancelAnimation();
                destroySurfaceUnchecked();
            }
            mAnimatingExit = false;
        }