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

Commit b1b6baee authored by Riddle Hsu's avatar Riddle Hsu Committed by android-build-merger
Browse files

Merge "Get new surface if it was released from setWindowStopped"

am: 90424e80

Change-Id: I0c90fa48d70bd3f3f5faeecd756fb7c28cbda85d
parents 4359aa93 90424e80
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1365,6 +1365,7 @@ public final class ViewRootImpl implements ViewParent,
                renderer.setStopped(mStopped);
            }
            if (!mStopped) {
                mNewSurfaceNeeded = true;
                scheduleTraversals();
            } else {
                if (renderer != null) {