mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-22 02:49:30 +00:00
fix: speed selector wheel was not visible (#41)
This commit is contained in:
parent
a790a7e583
commit
90913162cc
2 changed files with 59 additions and 48 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue