Skip to content

Commit

Permalink
fix: 速度设置无法取消
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Feb 14, 2024
1 parent 46b6c5a commit 186d381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/video/detail/widgets/header_control.dart
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ class _HeaderControlState extends State<HeaderControl> {
}),
actions: <Widget>[
TextButton(
onPressed: () => SmartDialog.dismiss(),
onPressed: () => Get.back(),
child: Text(
'取消',
style: TextStyle(color: Theme.of(context).colorScheme.outline),
Expand Down

0 comments on commit 186d381

Please sign in to comment.