mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 评论区时间跳转闪烁后失效
This commit is contained in:
@@ -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');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user