mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 12:47:42 +02:00
Reverting the commented galleries
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user