Fixes missing gallery of reactions

This commit is contained in:
Vitor Pamplona
2025-04-23 18:52:43 -04:00
parent 802e04445d
commit e375b09a24
@@ -468,8 +468,8 @@ private fun ReactionDetailGallery(
) { ) {
Column { Column {
WatchZapAndRenderGallery(baseNote, backgroundColor, nav, accountViewModel) WatchZapAndRenderGallery(baseNote, backgroundColor, nav, accountViewModel)
// WatchBoostsAndRenderGallery(baseNote, nav, accountViewModel) WatchBoostsAndRenderGallery(baseNote, nav, accountViewModel)
// WatchReactionsAndRenderGallery(baseNote, nav, accountViewModel) WatchReactionsAndRenderGallery(baseNote, nav, accountViewModel)
} }
} }
} }