Fixes layout of the reply row in chats.

This commit is contained in:
Vitor Pamplona
2024-03-29 17:41:13 -04:00
parent d079d511e8
commit 5fbd6c25d0
@@ -493,6 +493,7 @@ private fun RenderDraftEvent(
nav: (String) -> Unit, nav: (String) -> Unit,
) { ) {
ObserveDraftEvent(note, accountViewModel) { ObserveDraftEvent(note, accountViewModel) {
Column {
RenderReplyRow( RenderReplyRow(
note = it, note = it,
innerQuote = innerQuote, innerQuote = innerQuote,
@@ -513,6 +514,7 @@ private fun RenderDraftEvent(
) )
} }
} }
}
@Composable @Composable
private fun ConstrainedStatusRow( private fun ConstrainedStatusRow(