Fix subtitle color

This commit is contained in:
Andrew 2024-02-13 12:16:37 +10:30
parent 128ae81998
commit 8293c12bf2

View File

@ -92,7 +92,7 @@ class ContextMenuList(recyclerView: RecyclerView, onItemClick: () -> Unit) {
item.contentDescription?.let(context.resources::getString)?.let { itemView.contentDescription = it } item.contentDescription?.let(context.resources::getString)?.let { itemView.contentDescription = it }
title.setText(item.title) title.setText(item.title)
color?.let(title::setTextColor) color?.let(title::setTextColor)
color?.let(title::setTextColor) color?.let(subtitle::setTextColor)
subtitle.isGone = true subtitle.isGone = true
item.subtitle?.let { item.subtitle?.let {
startSubtitleJob(subtitle, it) startSubtitleJob(subtitle, it)