chore: Simplify adaptive bottom sheet code
This commit is contained in:
parent
dbf6b372be
commit
f8bb996622
2 changed files with 1 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue