fix(Twitch): Correct patch resources to fix build

This commit is contained in:
oSumAtrIX
2024-01-27 15:35:12 +01:00
parent f632fc77ea
commit 1b63898413
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