mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-04 18:14:58 +08:00
mod: handle dispose
This commit is contained in:
@@ -33,6 +33,7 @@ class AnimatedDialogState extends State<AnimatedDialog>
|
||||
|
||||
@override
|
||||
void dispose() {
|
||||
controller!.removeListener(() {});
|
||||
controller!.dispose();
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user