From 10efe5d17de3ffaf1015209d113e9e8fef5ca4da Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 14 Feb 2023 18:15:33 -0500 Subject: [PATCH] Makes chat bubbles back to their contentWrap state --- .../com/vitorpamplona/amethyst/ui/components/RichTextViewer.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/components/RichTextViewer.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/components/RichTextViewer.kt index 63a687fc4..f08b2a62a 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/components/RichTextViewer.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/components/RichTextViewer.kt @@ -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 ->