Skip to content

Commit

Permalink
mod: 移除pip弹幕
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Feb 13, 2024
1 parent 4ea2f3b commit 9afa475
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/pages/video/detail/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -808,14 +808,14 @@ class _VideoDetailPageState extends State<VideoDetailPage>
controller: plPlayerController,
videoDetailCtr: videoDetailController,
),
danmuWidget: Obx(
() => PlDanmaku(
key: Key(
videoDetailController.danmakuCid.value.toString()),
cid: videoDetailController.danmakuCid.value,
playerController: plPlayerController!,
),
),
// danmuWidget: Obx(
// () => PlDanmaku(
// key: Key(
// videoDetailController.danmakuCid.value.toString()),
// cid: videoDetailController.danmakuCid.value,
// playerController: plPlayerController!,
// ),
// ),
),
);
} else {
Expand Down

0 comments on commit 9afa475

Please sign in to comment.