From 9438cd89af5073968c7c926dfd9f6d32bd596a25 Mon Sep 17 00:00:00 2001 From: ZHR007 Date: Thu, 15 Jan 2026 16:59:52 +0800 Subject: [PATCH] no message --- lib/widget/live/svga_player_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widget/live/svga_player_widget.dart b/lib/widget/live/svga_player_widget.dart index 0d31b84..e61b268 100644 --- a/lib/widget/live/svga_player_widget.dart +++ b/lib/widget/live/svga_player_widget.dart @@ -57,8 +57,8 @@ class _SvgaPlayerWidgetState extends State // 如果正在播放,先停止并清理 if (_controller != null) { print('🛑 停止当前播放'); - _controller!.stop(); _controller!.dispose(); + _controller!.stop(); _controller = null; }