chore: Follow up polls

This commit is contained in:
Christian Kußowski 2025-11-19 12:53:49 +01:00
parent 5262395340
commit 1ab29963fd
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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,