fix: remove unused params

This commit is contained in:
bggRGjQaUbCoE
2024-09-18 11:49:54 +08:00
parent 32f916c92b
commit 44159a59fb
2 changed files with 3 additions and 5 deletions

View File

@@ -115,7 +115,6 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel> {
replyLevel: '2',
showReplyRow: false,
replyType: widget.replyType,
replyReply: () {},
needDivider: false,
onReply: () {
_onReply(widget.firstFloor);
@@ -205,7 +204,6 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel> {
replyLevel: '2',
showReplyRow: false,
replyType: widget.replyType,
replyReply: () {},
needDivider: false,
onReply: () {
_onReply(_videoReplyReplyController.root);