Code Cleanup

This commit is contained in:
Prathamesh More 2022-01-13 17:45:41 +05:30
parent 5415d3869a
commit 7d3e1f4e28
4 changed files with 5 additions and 4 deletions

View file

@ -282,7 +282,7 @@ class PlayerAlbumCoverFragment : AbsMusicServiceFragment(R.layout.fragment_playe
} else {
surfaceColor()
}
Color -> color.backgroundColor
Color ,Classic -> color.backgroundColor
Blur -> Color.BLACK
else -> surfaceColor()
}