mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: query reply
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -57,8 +57,10 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
_videoReplyController = Get.find<VideoReplyController>(tag: heroTag)
|
||||
..queryData();
|
||||
_videoReplyController = Get.find<VideoReplyController>(tag: heroTag);
|
||||
if (_videoReplyController.loadingState.value is Loading) {
|
||||
_videoReplyController.queryData();
|
||||
}
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user