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

Commit 83545f01 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 14095642 from e0d16319 to 25Q4-release

Change-Id: I1dc52ae0ff20a8505147952e8bc286ed7f3d1526
parents 10e45948 e0d16319
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -156,12 +156,9 @@ class MonoIconThemeController(
        // preserved in constantState
        // Inset the drawable according to the AdaptiveIconDrawable layers
        val monoDrawable =
            InsetDrawable(
            BitmapDrawable(themedBitmap.mono).apply {
                colorFilter = BlendModeColorFilter(colors[1], SRC_IN)
                },
                getExtraInsetFraction() / 2,
            )
            }
        return AdaptiveIconDrawable(ColorDrawable(colors[0]), monoDrawable)
    }
}