mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
MESSENGER-4383 fix for undisclosed button visibility and small UI fixes
This commit is contained in:
@@ -74,7 +74,8 @@ struct TimelinePollView: View {
|
||||
.font(theme.fonts.footnote)
|
||||
.foregroundColor(theme.colors.tertiaryContent)
|
||||
|
||||
if poll.showParticipants && (poll.type == .undisclosed || poll.closed) {
|
||||
if poll.showParticipants &&
|
||||
(poll.type == TimelinePollType.disclosed || poll.closed) {
|
||||
Button(action: {
|
||||
viewModel.send(viewAction:.showParticipants)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user