fix: full screen video title

This commit is contained in:
bggRGjQaUbCoE
2024-10-08 20:45:32 +08:00
parent 659c7363d5
commit deed476249
2 changed files with 23 additions and 20 deletions

View File

@@ -898,8 +898,8 @@ class _VideoDetailPageState extends State<VideoDetailPage>
? null
: Obx(
() => PlDanmaku(
key: Key(videoDetailController.danmakuCid.value
.toString()),
// key: Key(videoDetailController.danmakuCid.value
// .toString()),
cid: videoDetailController.danmakuCid.value,
playerController: plPlayerController!,
),
@@ -998,8 +998,8 @@ class _VideoDetailPageState extends State<VideoDetailPage>
headerControl: videoDetailController.headerControl,
danmuWidget: Obx(
() => PlDanmaku(
key: Key(videoDetailController.danmakuCid.value
.toString()),
// key: Key(videoDetailController.danmakuCid.value
// .toString()),
cid: videoDetailController.danmakuCid.value,
playerController: plPlayerController!,
),