fix(YouTube - Theme): Fix patch error
This commit is contained in:
parent
ddbd7a83b5
commit
98483ba1e8
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue