Fix rendering issue of the link.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user