mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
fix: full screen video title
This commit is contained in:
@@ -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!,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user