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

@@ -89,13 +89,11 @@ class HeaderControlState extends State<HeaderControl>
} else {
pgcIntroController = Get.find<PgcIntroController>(tag: heroTag);
}
initTriple();
}
@override
void dispose() {
clock?.cancel();
disposeTriple();
super.dispose();
}