mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Merge pull request #5055 from vector-im/feature/ons/hide_undisclosed_poll_option
Hide undisclosed poll option for now
This commit is contained in:
commit
f914717dbe
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@ class CreatePollController @Inject constructor(
|
|||
title(host.stringProvider.getString(R.string.poll_type_title).toEpoxyCharSequence())
|
||||
}
|
||||
|
||||
/*
|
||||
pollTypeSelectionItem {
|
||||
id("poll_type_selection")
|
||||
pollType(currentState.pollType)
|
||||
|
@ -67,6 +68,7 @@ class CreatePollController @Inject constructor(
|
|||
)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
genericItem {
|
||||
id("question_title")
|
||||
|
|
Loading…
Reference in a new issue