MESSENGER-4484 poi participants in history

This commit is contained in:
Frank Rotermund
2023-07-18 11:44:35 +00:00
parent b386e7c812
commit dc5198f5d9
11 changed files with 55 additions and 17 deletions
@@ -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)
})