Format.
This commit is contained in:
parent
ccff1d8137
commit
506336401a
1 changed files with 3 additions and 1 deletions
|
|
@ -79,7 +79,9 @@ fun buildAnnotatedStringWithColoredPart(
|
||||||
style = SpanStyle(
|
style = SpanStyle(
|
||||||
color = color,
|
color = color,
|
||||||
textDecoration = if (underline) TextDecoration.Underline else null
|
textDecoration = if (underline) TextDecoration.Underline else null
|
||||||
), start = startIndex, end = startIndex + coloredPart.length
|
),
|
||||||
|
start = startIndex,
|
||||||
|
end = startIndex + coloredPart.length,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue