fix: 评论区时间跳转闪烁后失效

This commit is contained in:
orz12
2024-03-24 00:02:41 +08:00
parent 4df2051dca
commit 27b023d809

View File

@@ -631,9 +631,8 @@ InlineSpan buildContent(
Get.find<VideoDetailController>( Get.find<VideoDetailController>(
tag: Get.arguments['heroTag']) tag: Get.arguments['heroTag'])
.plPlayerController .plPlayerController
.seekTo( .seekTo(Duration(seconds: Utils.duration(matchStr)),
Duration(seconds: Utils.duration(matchStr)), type: 'slider');
);
} catch (e) { } catch (e) {
SmartDialog.showToast('跳转失败: $e'); SmartDialog.showToast('跳转失败: $e');
} }