Skip to content

Commit

Permalink
Merge pull request #5288 from vector-im/feature/ons/disclosed_polls
Browse files Browse the repository at this point in the history
Allow creating disclosed polls
  • Loading branch information
bmarty authored Feb 22, 2022
2 parents 95c00a1 + a858e89 commit 116f7d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/5290.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support creating disclosed polls
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -68,7 +67,6 @@ class CreatePollController @Inject constructor(
)
}
}
*/

genericItem {
id("question_title")
Expand Down

0 comments on commit 116f7d0

Please sign in to comment.