mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-28 04:06:57 +02:00
MESSENGER-4484 poi participants in history
This commit is contained in:
@@ -74,7 +74,7 @@ struct TimelinePollView: View {
|
||||
.font(theme.fonts.footnote)
|
||||
.foregroundColor(theme.colors.tertiaryContent)
|
||||
|
||||
if poll.shouldShowShowParticipantsButton {
|
||||
if poll.shouldShowShowParticipantsButton && viewModel.viewState.bindings.showParticipantButton {
|
||||
Button(action: {
|
||||
viewModel.send(viewAction:.showParticipants)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user