mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +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