Allow creating disclosed polls.

This commit is contained in:
Onuray Sahin 2022-02-22 12:05:45 +03:00
parent 95c00a1cce
commit 8bfcb1d9d8
1 changed files with 0 additions and 2 deletions

View File

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