Update UI for poll in the timeline
This commit is contained in:
parent
93e3029f92
commit
079d89ace5
7 changed files with 109 additions and 101 deletions
|
|
@ -20,5 +20,8 @@ enum class PollKind {
|
|||
Disclosed,
|
||||
|
||||
/** Results should be only revealed when the poll is ended. */
|
||||
Undisclosed
|
||||
Undisclosed,
|
||||
}
|
||||
|
||||
val PollKind.isDisclosed: Boolean
|
||||
get() = this == PollKind.Disclosed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue