Skip to content

Commit 79bfde8

Browse files
committed
fix: format and migration artifacts
1 parent 28d63b2 commit 79bfde8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/src/chewie_player.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ class ChewieController extends ChangeNotifier {
282282
this.routePageBuilder,
283283
this.progressIndicatorDelay,
284284
this.hideControlsTimer = defaultHideControlsTimer,
285-
this.progressIndicatorDelayMs,
286285
}) : assert(
287286
playbackSpeeds.every((speed) => speed > 0),
288287
'The playbackSpeeds values must all be greater than 0',
@@ -382,7 +381,6 @@ class ChewieController extends ChangeNotifier {
382381
hideControlsTimer: hideControlsTimer ?? this.hideControlsTimer,
383382
progressIndicatorDelay:
384383
progressIndicatorDelay ?? this.progressIndicatorDelay,
385-
hideControlsTimer: hideControlsTimer ?? this.hideControlsTimer,
386384
);
387385
}
388386

0 commit comments

Comments
 (0)