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

Commit 796fec2b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 03038ee0 af2748b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1338,6 +1338,7 @@ public final class ViewRootImpl implements ViewParent,
                renderer.setStopped(mStopped);
            }
            if (!mStopped) {
                mNewSurfaceNeeded = true;
                scheduleTraversals();
            } else {
                if (renderer != null) {