Sfoglia il codice sorgente

Dispose overlay animation in the toolbar

Anatoly Pulyaevskiy 6 anni fa
parent
commit
ca41a41e01
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      packages/zefyr/lib/src/widgets/toolbar.dart

+ 1
- 0
packages/zefyr/lib/src/widgets/toolbar.dart Vedi File

@@ -207,6 +207,7 @@ class ZefyrToolbarState extends State<ZefyrToolbar>
207 207
 
208 208
   @override
209 209
   void dispose() {
210
+    _overlayAnimation.dispose();
210 211
     super.dispose();
211 212
   }
212 213