fix: headerControl缺少heroTag(改为直接传入)

This commit is contained in:
orz12
2024-06-01 11:29:03 +08:00
parent e460579bbc
commit 45056792aa
3 changed files with 14 additions and 4 deletions

View File

@@ -134,6 +134,7 @@ class VideoDetailController extends GetxController
controller: plPlayerController,
videoDetailCtr: this,
floating: floating,
heroTag: heroTag,
);
// CDN优化
enableCDN = setting.get(SettingBoxKey.enableCDN, defaultValue: true);