Makes chat bubbles back to their contentWrap state

This commit is contained in:
Vitor Pamplona 2023-02-14 18:15:33 -05:00
parent d964f93e67
commit 10efe5d17d

View File

@ -50,7 +50,6 @@ fun RichTextViewer(
) {
Column(
Modifier
.fillMaxWidth()
.animateContentSize()) {
// FlowRow doesn't work well with paragraphs. So we need to split them
content.split('\n').forEach { paragraph ->