mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-14 21:37:17 +02:00
fix(YouTube/Minimized playback): buffer symbol showing up instead of play button
This commit is contained in:
parent
9dc91dc7b3
commit
fcc74d7d18
@ -160,16 +160,6 @@ object SettingsPatch : AbstractSettingsResourcePatch(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* If ad services config exists, disable it
|
|
||||||
*/
|
|
||||||
context.xmlEditor["AndroidManifest.xml"].use { editor ->
|
|
||||||
val tags = editor.file.getElementsByTagName("property")
|
|
||||||
List(tags.length) { tags.item(it) as Element }
|
|
||||||
.filter { it.getAttribute("android:name").contains("AD_SERVICES_CONFIG") }
|
|
||||||
.forEach { it.parentNode.removeChild(it) }
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If a custom branding icon path exists, merge it
|
* If a custom branding icon path exists, merge it
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user