Skip to content

Commit

Permalink
🐛 Fix #14 .
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Oct 16, 2020
1 parent a93925e commit 0e6b6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/widget/camera_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class CameraPicker extends StatefulWidget {
builder: CameraPicker(
isAllowRecording: isAllowRecording,
isOnlyAllowRecording: isOnlyAllowRecording,
maximumRecordingDuration: maximumRecordingDuration,
theme: theme,
cameraQuarterTurns: cameraQuarterTurns,
textDelegate: textDelegate,
Expand Down

0 comments on commit 0e6b6a4

Please sign in to comment.