Skip to content

Commit

Permalink
OP QS Header: Use tile color for default media icon background
Browse files Browse the repository at this point in the history
Signed-off-by: DrDisagree <[email protected]>
  • Loading branch information
Mahmud0808 committed Sep 18, 2024
1 parent 71cef07 commit 758abc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ class OpQsHeader(context: Context?) : ModPack(context!!) {
)
} else {
mMediaPlayer.resetMediaAppIconColor(
backgroundColor = dominantColor ?: colorAccent
backgroundColor = dominantColor ?: colorActive ?: colorAccent
)
}

Expand Down

0 comments on commit 758abc8

Please sign in to comment.