fix: speed selector wheel was not visible (#41)

This commit is contained in:
Dr.Blank 2024-09-30 04:19:15 -04:00 committed by GitHub
parent a790a7e583
commit 90913162cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 59 additions and 48 deletions

View file

@ -29,9 +29,6 @@ class PlayerSpeedAdjustButton extends HookConsumerWidget {
await showModalBottomSheet<bool>(
context: context,
barrierLabel: 'Select Speed',
constraints: const BoxConstraints(
maxHeight: 225,
),
builder: (context) {
return SpeedSelector(
onSpeedSelected: (speed) {