File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ void realDebugPrint(dynamic message) {
3232
3333int get currentTimeStamp => DateTime .now ().millisecondsSinceEpoch;
3434
35- const BorderRadius maxBorderRadius = BorderRadius .all (Radius .circular (999999 ));
35+ const BorderRadius maxBorderRadius = BorderRadius .all (Radius .circular (999999 ));
Original file line number Diff line number Diff line change @@ -540,8 +540,7 @@ class CameraPickerState extends State<CameraPicker> {
540540 children: < Widget > [
541541 const Spacer (),
542542 // TODO(Alex): There's an issue tracking NPE of the camera plugin, so switching is temporary disabled .
543- if ((cameras? .length ?? 0 ) > 1 )
544- switchCamerasButton,
543+ if ((cameras? .length ?? 0 ) > 1 ) switchCamerasButton,
545544 ],
546545 ),
547546 );
You can’t perform that action at this time.
0 commit comments