Makes chat bubbles back to their contentWrap state
This commit is contained in:
@@ -50,7 +50,6 @@ fun RichTextViewer(
|
|||||||
) {
|
) {
|
||||||
Column(
|
Column(
|
||||||
Modifier
|
Modifier
|
||||||
.fillMaxWidth()
|
|
||||||
.animateContentSize()) {
|
.animateContentSize()) {
|
||||||
// FlowRow doesn't work well with paragraphs. So we need to split them
|
// FlowRow doesn't work well with paragraphs. So we need to split them
|
||||||
content.split('\n').forEach { paragraph ->
|
content.split('\n').forEach { paragraph ->
|
||||||
|
|||||||
Reference in New Issue
Block a user