fix: 竖屏评论区加载失败

This commit is contained in:
orz12
2024-02-14 11:08:55 +08:00
parent f7c1aa041a
commit 63481ab355

View File

@@ -553,8 +553,11 @@ class _VideoDetailPageState extends State<VideoDetailPage>
); );
}, },
), ),
VideoReplyPanel( Obx(
bvid: videoDetailController.bvid, () => VideoReplyPanel(
bvid: videoDetailController.bvid,
oid: videoDetailController.oid.value,
),
) )
], ],
), ),