mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
Update group text
This commit is contained in:
parent
00cac6b47a
commit
0b0140cb54
1 changed files with 5 additions and 1 deletions
|
@ -173,7 +173,11 @@ class GroupsFragment : Fragment(), CommandClient.Handler {
|
|||
if (!newExpandStatus) {
|
||||
val builder = SpannableStringBuilder()
|
||||
items.forEach {
|
||||
builder.append("■")
|
||||
if (it.tag == group.selected) {
|
||||
builder.append("▣")
|
||||
} else {
|
||||
builder.append("■")
|
||||
}
|
||||
builder.setSpan(
|
||||
ForegroundColorSpan(
|
||||
colorForURLTestDelay(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue