fix reply up badge

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-29 11:45:16 +08:00
parent 2fc3f9864f
commit e6a2f65b4e
4 changed files with 7 additions and 1 deletions

View File

@@ -250,6 +250,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
replyType: _videoReplyController.videoType.replyType,
isVideoDetail: true,
isNested: widget.isNested,
upMid: _videoReplyController.upMid,
),
);
});