Merge pull request #5055 from vector-im/feature/ons/hide_undisclosed_poll_option

Hide undisclosed poll option for now
This commit is contained in:
Benoit Marty 2022-01-25 15:50:15 +01:00 committed by GitHub
commit f914717dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class CreatePollController @Inject constructor(
title(host.stringProvider.getString(R.string.poll_type_title).toEpoxyCharSequence())
}
/*
pollTypeSelectionItem {
id("poll_type_selection")
pollType(currentState.pollType)
@ -67,6 +68,7 @@ class CreatePollController @Inject constructor(
)
}
}
*/
genericItem {
id("question_title")