Skip to content

Commit

Permalink
fix: 竖屏评论区加载失败
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Feb 14, 2024
1 parent f7c1aa0 commit 63481ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/pages/video/detail/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,11 @@ class _VideoDetailPageState extends State<VideoDetailPage>
);
},
),
VideoReplyPanel(
bvid: videoDetailController.bvid,
Obx(
() => VideoReplyPanel(
bvid: videoDetailController.bvid,
oid: videoDetailController.oid.value,
),
)
],
),
Expand Down

0 comments on commit 63481ab

Please sign in to comment.