Skip to content

Commit

Permalink
[PBE-6183] Fix multianswer option on poll (#5431)
Browse files Browse the repository at this point in the history
* Fix multianswer option on poll

* Update CHANGELOG.md
  • Loading branch information
JcMinarro authored Oct 7, 2024
1 parent 22344c9 commit 7f1b22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

## stream-chat-android-ui-components
### 🐞 Fixed
- Fix max allowed votes base on available options. [#5431](https://github.com/GetStream/stream-chat-android/pull/5431)

### ⬆️ Improved

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ public fun BoxScope.AttachmentsPickerMenu(
} else {
1
},
enforceUniqueVote = action.switches.none { it.key == "maxVotesAllowed" && it.enabled },
),
)
}
Expand Down

0 comments on commit 7f1b22f

Please sign in to comment.