We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b38cbe commit 9b6a8fcCopy full SHA for 9b6a8fc
lib/src/widgets/camera_picker.dart
@@ -378,7 +378,7 @@ class CameraPickerState extends State<CameraPicker>
378
@override
379
void initState() {
380
super.initState();
381
- WidgetsBinding.instance?.removeObserver(this);
+ WidgetsBinding.instance?.addObserver(this);
382
383
// TODO(Alex): Currently hide status bar will cause the viewport shaking on Android.
384
/// Hide system status bar automatically when the platform is not Android.
0 commit comments