Reverting the commented galleries

This commit is contained in:
Vitor Pamplona
2023-08-02 16:28:17 -04:00
parent b5258f89c1
commit 9ae31a3429

View File

@@ -429,8 +429,8 @@ private fun ReactionDetailGallery(
if (hasReactions) {
Row(verticalAlignment = CenterVertically, modifier = Modifier.padding(start = 10.dp, top = 5.dp)) {
Column() {
// WatchZapAndRenderGallery(baseNote, backgroundColor, nav, accountViewModel)
// WatchBoostsAndRenderGallery(baseNote, nav, accountViewModel)
WatchZapAndRenderGallery(baseNote, backgroundColor, nav, accountViewModel)
WatchBoostsAndRenderGallery(baseNote, nav, accountViewModel)
WatchReactionsAndRenderGallery(baseNote, nav, accountViewModel)
}
}