Format.
This commit is contained in:
parent
097efc26d2
commit
24fc2e77b9
1 changed files with 3 additions and 1 deletions
|
|
@ -79,7 +79,9 @@ fun buildAnnotatedStringWithColoredPart(
|
|||
style = SpanStyle(
|
||||
color = color,
|
||||
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