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

Commit 55b3aa6d authored by Victor Truong's avatar Victor Truong Committed by Android (Google) Code Review
Browse files

Merge "Change shadow of cast icon in Dream." into tm-qpr-dev

parents 6b37d717 0e09140d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -71,7 +71,7 @@ class DoubleShadowIconDrawable(
                mKeyShadowInfo.offsetY,
                mKeyShadowInfo.offsetY,
                mKeyShadowInfo.alpha
                mKeyShadowInfo.alpha
            )
            )
        val blend = RenderEffect.createBlendModeEffect(ambientShadow, keyShadow, BlendMode.DARKEN)
        val blend = RenderEffect.createBlendModeEffect(ambientShadow, keyShadow, BlendMode.DST_ATOP)
        renderNode.setRenderEffect(blend)
        renderNode.setRenderEffect(blend)
        return renderNode
        return renderNode
    }
    }