opt: reply item

This commit is contained in:
bggRGjQaUbCoE
2024-10-11 20:03:16 +08:00
parent b3f86b1d94
commit 1d1d277801
5 changed files with 48 additions and 37 deletions

View File

@@ -225,6 +225,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
return ReplyItemGrpc(
replyItem: loadingState.response.replies[index],
showReplyRow: true,
isTop: _videoReplyController.hasUpTop && index == 0,
replyLevel: replyLevel,
replyReply: widget.replyReply,
replyType: ReplyType.video,