mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
fix(integration): apply more precise class names
This commit is contained in:
@ -48,7 +48,7 @@ class SettingsBytecodePatch : BytecodePatch(
|
|||||||
}
|
}
|
||||||
} ?: throw PreferenceFingerprint.exception
|
} ?: throw PreferenceFingerprint.exception
|
||||||
|
|
||||||
context.injectInit("FirstRun", "initializationRVX", false)
|
context.injectInit("InitializationPatch", "initializeReVancedSettings", false)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ class SettingsBytecodePatch : BytecodePatch(
|
|||||||
}
|
}
|
||||||
} ?: throw ThemeSetterSystemFingerprint.exception
|
} ?: throw ThemeSetterSystemFingerprint.exception
|
||||||
|
|
||||||
context.injectInit("FirstRun", "initializationRVX", true)
|
context.injectInit("InitializationPatch", "initializeReVancedSettings", true)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -222,7 +222,7 @@ class SponsorBlockBytecodePatch : BytecodePatch(
|
|||||||
*/
|
*/
|
||||||
VideoIdWithoutShortsPatch.injectCall("$INTEGRATIONS_PLAYER_CONTROLLER_CLASS_DESCRIPTOR->setCurrentVideoId(Ljava/lang/String;)V")
|
VideoIdWithoutShortsPatch.injectCall("$INTEGRATIONS_PLAYER_CONTROLLER_CLASS_DESCRIPTOR->setCurrentVideoId(Ljava/lang/String;)V")
|
||||||
|
|
||||||
context.injectInit("FirstRun", "initializationSB", true)
|
context.injectInit("InitializationPatch", "initializeSponsorBlockSettings", true)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user