Skip to content

Commit dc356b5

Browse files
committed
fix: lint
1 parent a030f6b commit dc356b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/src/chewie_player.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ class ChewieController extends ChangeNotifier {
323323
List<DeviceOrientation>? deviceOrientationsOnEnterFullScreen,
324324
List<SystemUiOverlay>? systemOverlaysAfterFullScreen,
325325
List<DeviceOrientation>? deviceOrientationsAfterFullScreen,
326-
int? bufferingProgressIndicatorDisplayDelayMS,
326+
int? progressIndicatorDelayMS,
327327
Widget Function(
328328
BuildContext,
329329
Animation<double>,
@@ -376,8 +376,8 @@ class ChewieController extends ChangeNotifier {
376376
deviceOrientationsAfterFullScreen: deviceOrientationsAfterFullScreen ??
377377
this.deviceOrientationsAfterFullScreen,
378378
routePageBuilder: routePageBuilder ?? this.routePageBuilder,
379-
progressIndicatorDelayMS: bufferingProgressIndicatorDisplayDelayMS ??
380-
this.progressIndicatorDelayMS);
379+
progressIndicatorDelayMS: progressIndicatorDelayMS ??
380+
this.progressIndicatorDelayMS,);
381381
}
382382

383383
/// If false, the options button in MaterialUI and MaterialDesktopUI

0 commit comments

Comments
 (0)