Skip to content

Commit

Permalink
fix: state disposed before ticker
Browse files Browse the repository at this point in the history
Fixes #46
  • Loading branch information
jogboms committed Dec 28, 2018
1 parent f9f9d32 commit 0c9b6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/pouring_hour_glass.dart
Expand Up @@ -49,8 +49,8 @@ class _SpinKitPouringHourglassState extends State<SpinKitPouringHourglass>

@override
void dispose() {
super.dispose();
_controller.dispose();
super.dispose();
}

@override
Expand Down

0 comments on commit 0c9b6e3

Please sign in to comment.