mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
Merge pull request #5288 from vector-im/feature/ons/disclosed_polls
Allow creating disclosed polls
This commit is contained in:
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")
|
||||
|
Reference in New Issue
Block a user