opt triple mixin

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-09 19:25:21 +08:00
parent 30aa29598b
commit 11c6745fd7
4 changed files with 6 additions and 18 deletions

View File

@@ -64,13 +64,6 @@ class _PgcIntroPageState extends State<PgcIntroPage>
super.initState();
pgcIntroController = Get.put(PgcIntroController(), tag: widget.heroTag);
videoDetailCtr = Get.find<VideoDetailController>(tag: widget.heroTag);
initTriple();
}
@override
void dispose() {
disposeTriple();
super.dispose();
}
@override