mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-01 00:18:30 +02:00
Makes chat bubbles back to their contentWrap state
This commit is contained in:
parent
d964f93e67
commit
10efe5d17d
@ -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 ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user