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

Commit 1c6d32ab authored by Rob Carr's avatar Rob Carr
Browse files

Revert "Correct dissapearing SurfaceView during exit animations."

This reverts commit 026a6c45.

Change-Id: I3ff0d64ca9f91aef4b5a53ed47e4d05f0d128e11
parent 026a6c45
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -1528,13 +1528,6 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
            return changed;
            return changed;
        }
        }


        // Next up we will notify the client that it's visibility has changed.
        // We need to prevent it from destroying child surfaces until
        // the animation has finished.
        if (!visible && isVisibleNow()) {
            mWinAnimator.detachChildren();
        }

        if (visible != isVisibleNow()) {
        if (visible != isVisibleNow()) {
            if (!runningAppAnimation) {
            if (!runningAppAnimation) {
                final AccessibilityController accessibilityController =
                final AccessibilityController accessibilityController =