We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6608264 commit a8d4353Copy full SHA for a8d4353
vector/src/main/java/im/vector/app/features/home/room/detail/timeline/item/PollOptionView.kt
@@ -82,6 +82,7 @@ class PollOptionView @JvmOverloads constructor(
82
private fun renderPollUndisclosed(state: PollOptionViewState.PollUndisclosed) {
83
views.optionCheckImageView.isVisible = true
84
views.optionWinnerImageView.isVisible = false
85
+ hideVotes()
86
renderVoteSelection(state.isSelected)
87
}
88
0 commit comments