mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-11 12:04:39 +02:00
fix(YouTube Music/Custom branding icon): patch fails on certain versions
This commit is contained in:
parent
999f914d9d
commit
115ff0d76d
@ -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 ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user