Skip to content

Commit

Permalink
fix: Clear tiles after disposal
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Dec 1, 2024
1 parent 6371873 commit bd93078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/events_timeline/desktop/timeline.dart
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ class Timeline extends ChangeNotifier {
for (final tile in tiles) {
tile.videoController.dispose();
}
tiles.clear();
zoomController.dispose();
super.dispose();
}
Expand Down

0 comments on commit bd93078

Please sign in to comment.