Merge pull request #5288 from vector-im/feature/ons/disclosed_polls

Allow creating disclosed polls
This commit is contained in:
Benoit Marty 2022-02-22 10:18:04 +01:00 committed by GitHub
commit 116f7d0575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

1
changelog.d/5290.feature Normal file
View File

@ -0,0 +1 @@
Support creating disclosed polls

View File

@ -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")