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

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

Merge "surfaceflinger: clear HWC layers in Layer::onRemoved" into oc-dev

parents 06da1581 06837418
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -296,6 +296,9 @@ void Layer::onRemoved() {
    }

    mSurfaceFlingerConsumer->abandon();

    clearHwcLayers();

    for (const auto& child : mCurrentChildren) {
        child->onRemoved();
    }