Adds a space after the Channel header in the reply rows

pull/813/head
Vitor Pamplona 2024-03-20 16:48:24 -04:00
rodzic e659153730
commit fd39ff24e1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -745,6 +745,7 @@ private fun ReplyRow(
accountViewModel = accountViewModel,
nav = nav,
)
Spacer(modifier = StdVertSpacer)
}
if (showReply) {