Skip to content

Commit

Permalink
fix: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmadre committed Nov 11, 2020
1 parent fbda13f commit 95e2b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/chewie_player.dart
Expand Up @@ -229,7 +229,7 @@ class ChewieController extends ChangeNotifier {
this.deviceOrientationsOnEnterFullScreen,
this.systemOverlaysAfterFullScreen = SystemUiOverlay.values,
this.deviceOrientationsAfterFullScreen = DeviceOrientation.values,
this.routePageBuilder = null,
this.routePageBuilder,
}) : assert(videoPlayerController != null,
'You must provide a controller to play a video'),
assert(playbackSpeeds.every((speed) => speed > 0),
Expand Down

0 comments on commit 95e2b20

Please sign in to comment.