mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
fix(Hide ads): Change the default value of Hide fullscreen ads
to false and add limitations to the description (Close https://github.com/inotia00/ReVanced_Extended/issues/2812)
This commit is contained in:
@ -194,7 +194,7 @@ val adsPatch = bytecodePatch(
|
||||
addSwitchPreference(
|
||||
CategoryType.ADS,
|
||||
"revanced_hide_fullscreen_ads",
|
||||
"true"
|
||||
"false"
|
||||
)
|
||||
addSwitchPreference(
|
||||
CategoryType.ADS,
|
||||
|
Reference in New Issue
Block a user