chore: Follow up polls
This commit is contained in:
parent
5262395340
commit
1ab29963fd
1 changed files with 2 additions and 2 deletions
|
|
@ -81,9 +81,9 @@ class _StartPollBottomSheetState extends State<StartPollBottomSheet> {
|
|||
children: [
|
||||
TextField(
|
||||
controller: _bodyController,
|
||||
minLines: 1,
|
||||
minLines: 2,
|
||||
maxLines: 4,
|
||||
maxLength: 512,
|
||||
maxLength: 1024,
|
||||
onChanged: _updateCanCreate,
|
||||
decoration: InputDecoration(
|
||||
hintText: L10n.of(context).pollQuestion,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue