mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-05-02 15:44:39 +02:00
fix(YouTube - Theme): Fix patch error
This commit is contained in:
parent
bea246a3fe
commit
e6fe646a7f
@ -46,8 +46,8 @@ object ThemeBytecodePatch : BytecodePatch(
|
||||
|
||||
internal const val GRADIENT_LOADING_SCREEN_AB_CONSTANT = 45412406L
|
||||
|
||||
private const val AMOLED_BLACK_COLOR = "#@android:color/black"
|
||||
private const val WHITE_COLOR = "#@android:color/white"
|
||||
private const val AMOLED_BLACK_COLOR = "@android:color/black"
|
||||
private const val WHITE_COLOR = "@android:color/white"
|
||||
|
||||
internal val darkThemeBackgroundColor by stringPatchOption(
|
||||
key = "darkThemeBackgroundColor",
|
||||
|
Loading…
x
Reference in New Issue
Block a user