Fix rendering issue of the link.
This commit is contained in:
parent
24fc2e77b9
commit
1bf2dc1c4d
1 changed files with 5 additions and 1 deletions
|
|
@ -49,7 +49,11 @@ fun AnalyticsPreferencesView(
|
|||
CommonStrings.screen_analytics_settings_read_terms,
|
||||
CommonStrings.screen_analytics_settings_read_terms_content_link
|
||||
)
|
||||
val subtitle = "$firstPart\n\n$secondPart"
|
||||
val subtitle = buildAnnotatedString {
|
||||
append(firstPart)
|
||||
append("\n\n")
|
||||
append(secondPart)
|
||||
}
|
||||
|
||||
ListItem(
|
||||
headlineContent = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue