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

Commit 5cc75e34 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Ensure deferred cleanup when display is off"

parents 0793bb70 d9e54691
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2410,6 +2410,7 @@ void SurfaceFlinger::postComposition() {
    mTimeStats->recordDisplayEventConnectionCount(sfConnections + appConnections);

    if (isDisplayConnected && !display->isPoweredOn()) {
        getRenderEngine().cleanupPostRender();
        return;
    }