Browse Source

Fix: invoke super.dispose()

Neeraj Gupta 2 năm trước cách đây
mục cha
commit
49c3922a1f

+ 1 - 0
lib/ui/sharing/add_partipant_page.dart

@@ -43,6 +43,7 @@ class _AddParticipantPage extends State<AddParticipantPage> {
   @override
   @override
   void dispose() {
   void dispose() {
     _textController.dispose();
     _textController.dispose();
+    super.dispose();
   }
   }
 
 
   Widget build(BuildContext context) {
   Widget build(BuildContext context) {