Fixes missing gallery of reactions
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user