Skip to content

Commit

Permalink
fix: issues #214
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhigq committed Oct 23, 2023
1 parent 8b28417 commit 2cd8e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pages/video/detail/widgets/header_control.dart
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ class _HeaderControlState extends State<HeaderControl> {
/// 选择倍速
void showSetSpeedSheet() {
double currentSpeed = widget.controller!.playbackSpeed;
SmartDialog.show(
animationType: SmartAnimationType.centerFade_otherSlide,
showDialog(
context: Get.context!,
builder: (context) {
return AlertDialog(
title: const Text('播放速度'),
Expand Down

0 comments on commit 2cd8e86

Please sign in to comment.