Fix blur theme controls color issue

main
h4h13 2019-02-27 08:40:02 +05:30
parent a22afdfbb2
commit b8f2fe00b1
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class BlurPlaybackControlsFragment : AbsPlayerControlsFragment() {
override fun setDark(color: Int) {
lastPlaybackControlsColor = Color.WHITE
lastDisabledPlaybackControlsColor = ContextCompat.getColor(context!!, R.color.md_grey_200)
lastDisabledPlaybackControlsColor = ContextCompat.getColor(context!!, R.color.md_grey_500)
title.setTextColor(lastPlaybackControlsColor)
text.setTextColor(lastDisabledPlaybackControlsColor)