mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
fix(YouTube/Settings): matches the initialization process with the official ReVanced
This commit is contained in:
@ -49,6 +49,7 @@ object SettingsBytecodePatch : BytecodePatch(
|
||||
context.injectInit("InitializationPatch", "initializeReVancedSettings", true)
|
||||
|
||||
}
|
||||
|
||||
internal lateinit var contexts: BytecodeContext
|
||||
|
||||
private const val SET_THEME =
|
||||
|
@ -120,9 +120,7 @@ object SettingsPatch : AbstractSettingsResourcePatch(
|
||||
arrayOf(
|
||||
ResourceUtils.ResourceGroup(
|
||||
"layout",
|
||||
"revanced_settings_toolbar.xml",
|
||||
"revanced_settings_with_toolbar.xml",
|
||||
"revanced_settings_with_toolbar_layout.xml"
|
||||
"revanced_settings_with_toolbar.xml"
|
||||
),
|
||||
ResourceUtils.ResourceGroup(
|
||||
"values-v21",
|
||||
|
Reference in New Issue
Block a user