Use proper color for track subtitle text
This commit is contained in:
parent
c2c0d3a25a
commit
a020847348
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class TracksAdapter(
|
|||
false
|
||||
}
|
||||
|
||||
arrayOf(track_id, track_title, track_duration).forEach {
|
||||
arrayOf(track_id, track_title, track_info, track_duration).forEach {
|
||||
it.setTextColor(textColor)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue