diff --git a/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/CustomBrandingIconPatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/CustomBrandingIconPatch.kt index d91de4498..d52981c9c 100644 --- a/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/CustomBrandingIconPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/CustomBrandingIconPatch.kt @@ -236,6 +236,9 @@ object CustomBrandingIconPatch : BaseResourcePatch( if (!SettingsPatch.upward0723) { return } + if (appIcon == "youtube_music") { + return + } fun getAdaptiveIconResourceFile(tag: String): String { context.xmlEditor["res/mipmap-anydpi/ic_launcher_release.xml"].use { editor ->