Fix non adaptive calendar icons from icon packs having color filter

This commit is contained in:
MM20 2023-04-23 18:06:53 +02:00
parent b5110afe62
commit 2917302766
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -38,7 +38,7 @@ internal class DynamicCalendarIcon(
when {
drawable is AdaptiveIconDrawable -> AdaptiveIconDrawableCompat.from(drawable).toLauncherIcon(themed = isThemed)
drawable != null -> StaticLauncherIcon(
foregroundLayer = TintedIconLayer(
foregroundLayer = StaticIconLayer(
icon = drawable,
scale = 1f,
),