mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Merge pull request #5288 from vector-im/feature/ons/disclosed_polls
Allow creating disclosed polls
This commit is contained in:
commit
116f7d0575
1
changelog.d/5290.feature
Normal file
1
changelog.d/5290.feature
Normal file
@ -0,0 +1 @@
|
||||
Support creating disclosed polls
|
@ -54,7 +54,6 @@ class CreatePollController @Inject constructor(
|
||||
title(host.stringProvider.getString(R.string.poll_type_title).toEpoxyCharSequence())
|
||||
}
|
||||
|
||||
/*
|
||||
pollTypeSelectionItem {
|
||||
id("poll_type_selection")
|
||||
pollType(currentState.pollType)
|
||||
@ -68,7 +67,6 @@ class CreatePollController @Inject constructor(
|
||||
)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
genericItem {
|
||||
id("question_title")
|
||||
|
Loading…
Reference in New Issue
Block a user