vector-im/element-ios/issues/5114 - Enabled poll editing and undisclosed polls.

This commit is contained in:
Stefan Ceriu
2022-02-21 12:32:41 +02:00
committed by Stefan Ceriu
parent 576056cd82
commit 3396ea054d
3 changed files with 3 additions and 5 deletions

View File

@@ -35,8 +35,7 @@ struct PollEditForm: View {
ScrollView {
VStack(alignment: .leading, spacing: 32.0) {
// Intentionally disabled until platform parity.
// PollEditFormTypePicker(selectedType: $viewModel.type)
PollEditFormTypePicker(selectedType: $viewModel.type)
VStack(alignment: .leading, spacing: 16.0) {
Text(VectorL10n.pollEditFormPollQuestionOrTopic)