mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 20:26:33 +02:00
Reverting the commented galleries
This commit is contained in:
@@ -429,8 +429,8 @@ private fun ReactionDetailGallery(
|
|||||||
if (hasReactions) {
|
if (hasReactions) {
|
||||||
Row(verticalAlignment = CenterVertically, modifier = Modifier.padding(start = 10.dp, top = 5.dp)) {
|
Row(verticalAlignment = CenterVertically, modifier = Modifier.padding(start = 10.dp, top = 5.dp)) {
|
||||||
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user