fix: 切换合集评论不刷新 issues #326 #525

This commit is contained in:
guozhigq
2024-02-11 23:07:44 +08:00
parent 3d5ebe7e99
commit b264427be6
5 changed files with 18 additions and 8 deletions

View File

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