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

Commit 673dcf1a 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 am: b1149537

parents b8f1d56d b1149537
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
    }