Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
henri2h committed Apr 4, 2022
1 parent a030f6b commit dc356b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/src/chewie_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class ChewieController extends ChangeNotifier {
List<DeviceOrientation>? deviceOrientationsOnEnterFullScreen,
List<SystemUiOverlay>? systemOverlaysAfterFullScreen,
List<DeviceOrientation>? deviceOrientationsAfterFullScreen,
int? bufferingProgressIndicatorDisplayDelayMS,
int? progressIndicatorDelayMS,
Widget Function(
BuildContext,
Animation<double>,
Expand Down Expand Up @@ -376,8 +376,8 @@ class ChewieController extends ChangeNotifier {
deviceOrientationsAfterFullScreen: deviceOrientationsAfterFullScreen ??
this.deviceOrientationsAfterFullScreen,
routePageBuilder: routePageBuilder ?? this.routePageBuilder,
progressIndicatorDelayMS: bufferingProgressIndicatorDisplayDelayMS ??
this.progressIndicatorDelayMS);
progressIndicatorDelayMS: progressIndicatorDelayMS ??
this.progressIndicatorDelayMS,);
}

/// If false, the options button in MaterialUI and MaterialDesktopUI
Expand Down

0 comments on commit dc356b5

Please sign in to comment.