fix: highlight anim

This commit is contained in:
bggRGjQaUbCoE
2024-10-12 20:16:43 +08:00
parent e060cb1df6
commit bbbb089c65
2 changed files with 4 additions and 3 deletions

View File

@@ -57,7 +57,9 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel> {
@override
void dispose() {
_videoReplyReplyController.controller?.stop();
_videoReplyReplyController.controller?.dispose();
_videoReplyReplyController.controller = null;
Get.delete<VideoReplyReplyController>(tag: widget.rpid.toString());
super.dispose();
}