Update group text

This commit is contained in:
世界
2023-08-20 17:58:49 +08:00
parent 00cac6b47a
commit 0b0140cb54

View File

@@ -173,7 +173,11 @@ class GroupsFragment : Fragment(), CommandClient.Handler {
if (!newExpandStatus) { if (!newExpandStatus) {
val builder = SpannableStringBuilder() val builder = SpannableStringBuilder()
items.forEach { items.forEach {
builder.append("") if (it.tag == group.selected) {
builder.append("")
} else {
builder.append("")
}
builder.setSpan( builder.setSpan(
ForegroundColorSpan( ForegroundColorSpan(
colorForURLTestDelay( colorForURLTestDelay(