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
|
@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
|
||||||
|
|||||||
Reference in New Issue
Block a user