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

Commit 8d5a4376 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Ensure deferred cleanup when display is off" am: 5cc75e34 am:...

Merge "Ensure deferred cleanup when display is off" am: 5cc75e34 am: bd970d02 am: 4d22ff37 am: 3fc5f4b7

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1952223

Change-Id: I9ff741dd575cfa3e9cf83861d31787c9d6a18310
parents c4b5a89b 3fc5f4b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2523,6 +2523,7 @@ void SurfaceFlinger::postComposition() {
    mTimeStats->recordDisplayEventConnectionCount(sfConnections + appConnections);

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