mod: disable preload reply

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-12 09:40:29 +08:00
parent 1781fdb7ca
commit 4d3f739a0c
3 changed files with 9 additions and 4 deletions

View File

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