mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-30 17:22:54 +01: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…
Reference in New Issue
Block a user