mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-24 18:35:55 +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",
|
StringResource("revanced_spoof_app_version_user_dialog_message",
|
||||||
"App version will be spoofed to an older version of YouTube."
|
"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\\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(
|
ListPreference(
|
||||||
"revanced_spoof_app_version_target",
|
"revanced_spoof_app_version_target",
|
||||||
|
Loading…
Reference in New Issue
Block a user