Fixes layout of the reply row in chats.
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user