File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class ChewieController extends ChangeNotifier {
323
323
List <DeviceOrientation >? deviceOrientationsOnEnterFullScreen,
324
324
List <SystemUiOverlay >? systemOverlaysAfterFullScreen,
325
325
List <DeviceOrientation >? deviceOrientationsAfterFullScreen,
326
- int ? bufferingProgressIndicatorDisplayDelayMS ,
326
+ int ? progressIndicatorDelayMS ,
327
327
Widget Function (
328
328
BuildContext ,
329
329
Animation <double >,
@@ -376,8 +376,8 @@ class ChewieController extends ChangeNotifier {
376
376
deviceOrientationsAfterFullScreen: deviceOrientationsAfterFullScreen ??
377
377
this .deviceOrientationsAfterFullScreen,
378
378
routePageBuilder: routePageBuilder ?? this .routePageBuilder,
379
- progressIndicatorDelayMS: bufferingProgressIndicatorDisplayDelayMS ??
380
- this .progressIndicatorDelayMS);
379
+ progressIndicatorDelayMS: progressIndicatorDelayMS ??
380
+ this .progressIndicatorDelayMS, );
381
381
}
382
382
383
383
/// If false, the options button in MaterialUI and MaterialDesktopUI
You can’t perform that action at this time.
0 commit comments