fix: issues #214

This commit is contained in:
guozhigq
2023-10-23 23:07:37 +08:00
parent 8b28417962
commit 2cd8e86864

View File

@ -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('播放速度'),