Browse Source

no message

master
ZHR007 2 months ago
parent
commit
9438cd89af
1 changed files with 1 additions and 1 deletions
  1. 2
      lib/widget/live/svga_player_widget.dart

2
lib/widget/live/svga_player_widget.dart

@ -57,8 +57,8 @@ class _SvgaPlayerWidgetState extends State<SvgaPlayerWidget>
//
if (_controller != null) {
print('🛑 停止当前播放');
_controller!.stop();
_controller!.dispose();
_controller!.stop();
_controller = null;
}

Loading…
Cancel
Save