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: [
|
children: [
|
||||||
TextField(
|
TextField(
|
||||||
controller: _bodyController,
|
controller: _bodyController,
|
||||||
minLines: 1,
|
minLines: 2,
|
||||||
maxLines: 4,
|
maxLines: 4,
|
||||||
maxLength: 512,
|
maxLength: 1024,
|
||||||
onChanged: _updateCanCreate,
|
onChanged: _updateCanCreate,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
hintText: L10n.of(context).pollQuestion,
|
hintText: L10n.of(context).pollQuestion,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue