related #306

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-23 14:44:03 +08:00
parent 108648cabf
commit e573a8a9c0
4 changed files with 13 additions and 10 deletions

View File

@@ -639,7 +639,7 @@ class VideoIntroController extends GetxController
try {
Get.find<VideoReplyController>(tag: heroTag)
..aid = aid
..onRefresh();
..onReload();
} catch (_) {}
}