mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Code review fixes.
This commit is contained in:
parent
95020a81c5
commit
04ffb951c3
@ -53,7 +53,7 @@ sealed class PollOptionViewState(open val optionId: String,
|
||||
) : PollOptionViewState(optionId, optionAnswer)
|
||||
|
||||
/**
|
||||
* Represent a poll that is closed, votes will be hidden until the poll is ended.
|
||||
* Represent a poll that is undisclosed, votes will be hidden until the poll is ended.
|
||||
*/
|
||||
data class PollUndisclosed(override val optionId: String,
|
||||
override val optionAnswer: String,
|
||||
|
@ -3707,6 +3707,7 @@
|
||||
<string name="end_poll_confirmation_title">End this poll?</string>
|
||||
<string name="end_poll_confirmation_description">This will stop people from being able to vote and will display the final results of the poll.</string>
|
||||
<string name="end_poll_confirmation_approve_button">End poll</string>
|
||||
<!-- TODO. Remove -->
|
||||
<string name="labs_enable_polls">Enable Polls</string>
|
||||
<string name="poll_response_room_list_preview">Vote cast</string>
|
||||
<string name="poll_end_room_list_preview">Poll ended</string>
|
||||
|
Loading…
Reference in New Issue
Block a user