mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 09:56:00 +03:00
Explicitely hiding votes when disclosed poll
This commit is contained in:
parent
6608264d15
commit
a8d43538f1
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ class PollOptionView @JvmOverloads constructor(
|
|||
private fun renderPollUndisclosed(state: PollOptionViewState.PollUndisclosed) {
|
||||
views.optionCheckImageView.isVisible = true
|
||||
views.optionWinnerImageView.isVisible = false
|
||||
hideVotes()
|
||||
renderVoteSelection(state.isSelected)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue