From 27b023d8092e1cc2b932242e7c730a97636e48b6 Mon Sep 17 00:00:00 2001 From: orz12 Date: Sun, 24 Mar 2024 00:02:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AF=84=E8=AE=BA=E5=8C=BA=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E8=B7=B3=E8=BD=AC=E9=97=AA=E7=83=81=E5=90=8E=E5=A4=B1?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/video/detail/reply/widgets/reply_item.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/pages/video/detail/reply/widgets/reply_item.dart b/lib/pages/video/detail/reply/widgets/reply_item.dart index 63a1a73a..db3b87bf 100644 --- a/lib/pages/video/detail/reply/widgets/reply_item.dart +++ b/lib/pages/video/detail/reply/widgets/reply_item.dart @@ -631,9 +631,8 @@ InlineSpan buildContent( Get.find( tag: Get.arguments['heroTag']) .plPlayerController - .seekTo( - Duration(seconds: Utils.duration(matchStr)), - ); + .seekTo(Duration(seconds: Utils.duration(matchStr)), + type: 'slider'); } catch (e) { SmartDialog.showToast('跳转失败: $e'); }