[Chat][Bug] Fixed double newline problem from Teams messages (#684)
This commit is contained in:
Родитель
0d6e1164aa
Коммит
defedc25d5
|
@ -290,7 +290,7 @@ fun HtmlText(html: String, modifier: Modifier = Modifier) {
|
|||
val textColor = ChatCompositeTheme.colors.textColor
|
||||
val textSize = ChatCompositeTheme.typography.messageBody.fontSize
|
||||
val formattedText = remember(html) {
|
||||
HtmlCompat.fromHtml(html, HtmlCompat.FROM_HTML_MODE_LEGACY)
|
||||
HtmlCompat.fromHtml(html, HtmlCompat.FROM_HTML_MODE_COMPACT)
|
||||
}
|
||||
|
||||
AndroidView(
|
||||
|
|
Загрузка…
Ссылка в новой задаче