Skip to content

Commit

Permalink
Merge pull request #802 from B0yma/master
Browse files Browse the repository at this point in the history
Update chewie_player.dart
  • Loading branch information
maherjaafar authored Jan 9, 2024
2 parents d9cee39 + d017787 commit f165258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/chewie_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class ChewieState extends State<Chewie> {
@override
void dispose() {
widget.controller.removeListener(listener);
notifier.dispose();
super.dispose();
}

Expand Down

0 comments on commit f165258

Please sign in to comment.