diff --git a/mobile/lib/features/wallet/scanner_screen.dart b/mobile/lib/features/wallet/scanner_screen.dart index 34a059cf0..a06d6ee36 100644 --- a/mobile/lib/features/wallet/scanner_screen.dart +++ b/mobile/lib/features/wallet/scanner_screen.dart @@ -34,7 +34,7 @@ class _ScannerScreenState extends State { final textEditingController = TextEditingController(); - bool cameraPermission = kDebugMode; + bool cameraPermission = !kDebugMode; @override void reassemble() {