1
0
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:
Benoit Marty
2022-02-22 10:18:04 +01:00
committed by GitHub
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")