[Now Playing: Fit] Fixed Fit theme button colors
This commit is contained in:
parent
27485bea2d
commit
853289a81d
2 changed files with 5 additions and 1 deletions
|
@ -128,7 +128,7 @@ class FitPlaybackControlsFragment :
|
|||
}
|
||||
|
||||
override fun setColor(color: MediaNotificationProcessor) {
|
||||
if (ColorUtil.isColorLight(colorControlNormal())) {
|
||||
if (ColorUtil.isColorLight(colorBackground())) {
|
||||
lastPlaybackControlsColor =
|
||||
MaterialValueHelper.getSecondaryTextColor(requireContext(), true)
|
||||
lastDisabledPlaybackControlsColor =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue