fix(YouTube/Minimized playback): buffer symbol showing up instead of play button

This commit is contained in:
inotia00 2023-11-21 09:19:47 +09:00
parent 9dc91dc7b3
commit fcc74d7d18

View File

@ -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
*/