diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/ReactionsRow.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/ReactionsRow.kt index 2d1f79e3d..96ad324ec 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/ReactionsRow.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/ReactionsRow.kt @@ -468,8 +468,8 @@ private fun ReactionDetailGallery( ) { Column { WatchZapAndRenderGallery(baseNote, backgroundColor, nav, accountViewModel) - // WatchBoostsAndRenderGallery(baseNote, nav, accountViewModel) - // WatchReactionsAndRenderGallery(baseNote, nav, accountViewModel) + WatchBoostsAndRenderGallery(baseNote, nav, accountViewModel) + WatchReactionsAndRenderGallery(baseNote, nav, accountViewModel) } } }