No need to display replying information anymore.

This commit is contained in:
Vitor Pamplona
2023-06-04 11:56:53 -04:00
parent 3de57d6ae2
commit 972bce426a
@@ -1422,7 +1422,7 @@ private fun ReplyRow(
nav = nav nav = nav
) )
} else { } else {
ReplyInformation(note.replyTo, noteEvent.mentions(), accountViewModel, nav) // ReplyInformation(note.replyTo, noteEvent.mentions(), accountViewModel, nav)
} }
Spacer(modifier = Modifier.height(5.dp)) Spacer(modifier = Modifier.height(5.dp))