Skip to content

Commit

Permalink
fix(youtube/theme): use dynamic background color for custom splash sc…
Browse files Browse the repository at this point in the history
…reen (#2319)
  • Loading branch information
LisoUseInAIKyrios committed May 30, 2023
1 parent a919b94 commit 28594f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
)
Expand Down

0 comments on commit 28594f3

Please sign in to comment.