Skip to content

Commit

Permalink
Enable controls when end voting fails
Browse files Browse the repository at this point in the history
  • Loading branch information
laevandus committed Jun 21, 2024
1 parent 43dd2c2 commit add7376
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class PollAttachmentViewModel: ObservableObject, PollControllerDelegate {

static let numberOfVisibleOptionsShown = 10
private var isCastingVote = false
private var isClosingPoll = false
@Published private var isClosingPoll = false

@Injected(\.chatClient) var chatClient

Expand Down

0 comments on commit add7376

Please sign in to comment.