chore: Simplify adaptive bottom sheet code

This commit is contained in:
Christian Kußowski 2025-11-17 13:26:11 +01:00
commit f8bb996622
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 1 additions and 14 deletions

View file

@ -146,7 +146,6 @@ class _StartPollBottomSheetState extends State<StartPollBottomSheet> {
),
title: Text(L10n.of(context).allowMultipleAnswers),
),
const SizedBox(height: 8),
ElevatedButton(
onPressed: !isLoading && _canCreate ? _createPoll : null,
child: isLoading