opt: reply item

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-07 10:09:34 +08:00
parent b14844f459
commit e073086cf4
8 changed files with 19 additions and 36 deletions

View File

@@ -179,8 +179,6 @@ class _VideoReplyReplyPanelState
return ReplyItemGrpc(
replyItem: firstFloor,
replyLevel: '2',
showReplyRow: false,
replyType: widget.replyType,
needDivider: false,
onReply: () {
_onReply(firstFloor, -1);
@@ -455,8 +453,6 @@ class _VideoReplyReplyPanelState
return ReplyItemGrpc(
replyItem: replyItem,
replyLevel: widget.isDialogue ? '3' : '2',
showReplyRow: false,
replyType: widget.replyType,
onReply: () {
_onReply(replyItem, index);
},