mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 16:27:12 +01:00
fix(YouTube - Spoof app version): Recommend clearing the app data after turning off spoofing (#3134)
This commit is contained in:
parent
e605c58d4d
commit
166bf5b1ae
@ -51,7 +51,7 @@ object SpoofAppVersionPatch : BytecodePatch(
|
||||
StringResource("revanced_spoof_app_version_user_dialog_message",
|
||||
"App version will be spoofed to an older version of YouTube."
|
||||
+ "\\n\\nThis will change the appearance and features of the app, but unknown side effects may occur."
|
||||
+ "\\n\\nIf later turned off, the old UI may remain until the app data is cleared.")
|
||||
+ "\\n\\nIf later turned off, it is recommended to clear the app data to prevent UI bugs.")
|
||||
),
|
||||
ListPreference(
|
||||
"revanced_spoof_app_version_target",
|
||||
|
Loading…
Reference in New Issue
Block a user