fix: query reply

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-12 20:12:34 +08:00
parent 8d633377ae
commit 16cbe7e43c

View File

@@ -57,8 +57,10 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
@override @override
void initState() { void initState() {
super.initState(); super.initState();
_videoReplyController = Get.find<VideoReplyController>(tag: heroTag) _videoReplyController = Get.find<VideoReplyController>(tag: heroTag);
..queryData(); if (_videoReplyController.loadingState.value is Loading) {
_videoReplyController.queryData();
}
} }
@override @override