mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-27 01:54:43 +01:00
Allow creating disclosed polls.
This commit is contained in:
parent
95c00a1cce
commit
8bfcb1d9d8
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user