fix(Twitch): Correct patch resources to fix build

This commit is contained in:
oSumAtrIX 2024-01-27 15:35:12 +01:00
parent acee384a90
commit bbed64fd4b
3 changed files with 22 additions and 21 deletions

View file

@ -32,7 +32,7 @@ object EmbeddedAdsPatch : BytecodePatch(
AddResourcesPatch(this::class)
SettingsPatch.PreferenceScreen.ADS.SURESTREAM.addPreferences(
ListPreference("revanced_block_embedded_ads")
ListPreference("revanced_block_embedded_ads", summaryKey = null)
)
val result = CreateUsherClientFingerprint.result ?: throw CreateUsherClientFingerprint.exception