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

Commit b1149537 authored by Victor Truong's avatar Victor Truong Committed by Automerger Merge Worker
Browse files

Merge "Change shadow of cast icon in Dream." into tm-qpr-dev am: 55b3aa6d

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