fix: replyreply load

This commit is contained in:
guozhigq
2024-10-31 23:22:29 +08:00
parent a49429bbf1
commit 91aaa1b519
2 changed files with 9 additions and 9 deletions

View File

@ -183,8 +183,7 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel> {
Expanded(
child: RefreshIndicator(
onRefresh: () async {
setState(() {});
_videoReplyReplyController.currentPage = 0;
_videoReplyReplyController.currentPage = 1;
return await _videoReplyReplyController.queryReplyList(
currentReply: widget.currentReply,
);