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) {
32
32
33
33
int get currentTimeStamp => DateTime .now ().millisecondsSinceEpoch;
34
34
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> {
540
540
children: < Widget > [
541
541
const Spacer (),
542
542
// 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,
545
544
],
546
545
),
547
546
);
You can’t perform that action at this time.
0 commit comments