Skip to content

Commit

Permalink
OP QS Header: Use active tile color for app 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 12, 2024
1 parent f03c03a commit 37758b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1695,8 +1695,8 @@ class OpQsHeader(context: Context?) : ModPack(context!!) {

if (requireIconTint) {
mMediaPlayer.setMediaAppIconColor(
backgroundColor = dominantColor ?: colorAccent,
iconColor = onDominantColor ?: colorPrimary
backgroundColor = dominantColor ?: colorActive ?: colorAccent,
iconColor = onDominantColor ?: colorLabelActive ?: colorPrimary
)
} else {
mMediaPlayer.resetMediaAppIconColor(
Expand Down

0 comments on commit 37758b9

Please sign in to comment.