Adds a space after the Channel header in the reply rows
This commit is contained in:
@@ -745,6 +745,7 @@ private fun ReplyRow(
|
||||
accountViewModel = accountViewModel,
|
||||
nav = nav,
|
||||
)
|
||||
Spacer(modifier = StdVertSpacer)
|
||||
}
|
||||
|
||||
if (showReply) {
|
||||
|
||||
Reference in New Issue
Block a user