Code cleanup

This commit is contained in:
Prathamesh More 2022-01-06 20:39:10 +05:30
parent 6205befb25
commit 06147dde49
18 changed files with 41 additions and 54 deletions

View file

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