Hide undisclosed poll option for now.

This commit is contained in:
Onuray Sahin 2022-01-25 16:42:57 +03:00
parent 5bb06158c7
commit e0ec294c1b

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