fix(youtube/theme): use dynamic background color for custom splash screen (#2319)

This commit is contained in:
LisoUseInAIKyrios
2023-05-30 15:41:13 +04:00
committed by GitHub
parent a919b943a8
commit 28594f3eea

View File

@ -49,7 +49,7 @@ class ThemeBytecodePatch : BytecodePatch() {
var splashScreenBackgroundColor: String? by option(
PatchOption.StringOption(
key = "splashScreenBackgroundColor",
default = "@android:color/black",
default = "?android:attr/colorBackground",
title = "Background color for the splash screen",
description = "The background color of the splash screen. Can be a hex color or a resource reference.",
)