Skip to content

Commit

Permalink
OP QS Header: Fix music icon color in light mode
Browse files Browse the repository at this point in the history
Signed-off-by: DrDisagree <[email protected]>
  • Loading branch information
Mahmud0808 committed Sep 14, 2024
1 parent c856530 commit f9f02a1
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,12 @@ class OpQsHeader(context: Context?) : ModPack(context!!) {
mediaPlayerBackground.drawable == opMediaDefaultBackground
) {
setMediaPlayerBackground(mInactiveBackground)
resetMediaAppIconColor(backgroundColor = colorAccent)
colorLabelActive?.let {
setMediaAppIconColor(
backgroundColor = colorAccent,
iconColor = it
)
}
colorLabelInactive?.let { setMediaPlayerItemsColor(it) }
}
}
Expand Down

0 comments on commit f9f02a1

Please sign in to comment.