mod: 视频播放器重构 - 基本功能
This commit is contained in:
@ -595,11 +595,11 @@ InlineSpan buildContent(
|
||||
),
|
||||
recognizer: TapGestureRecognizer()
|
||||
..onTap = () {
|
||||
Get.find<VideoDetailController>(tag: Get.arguments['heroTag'])
|
||||
.meeduPlayerController
|
||||
.seekTo(
|
||||
Duration(seconds: Utils.duration(matchStr)),
|
||||
);
|
||||
// Get.find<VideoDetailController>(tag: Get.arguments['heroTag'])
|
||||
// .meeduPlayerController
|
||||
// .seekTo(
|
||||
// Duration(seconds: Utils.duration(matchStr)),
|
||||
// );
|
||||
},
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user