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

Commit 7ae9f08a authored by Conley Owens's avatar Conley Owens Committed by Android Code Review
Browse files

Merge "Fixed to call computeVisibleRegions() when transparent value changed"

parents 03daee63 fbce6ac4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -93,6 +93,9 @@ bool LayerBuffer::needsBlending() const {
}

void LayerBuffer::setNeedsBlending(bool blending) {
    if (mNeedsBlending != blending) {
        mFlinger->invalidateLayerVisibility(this);
    }
    mNeedsBlending = blending;
}