diff --git a/app/lib/features/geckoview/features/browser/presentation/dialogs/qr_code.dart b/app/lib/features/geckoview/features/browser/presentation/dialogs/qr_code.dart index 5c588e82..a2e6f998 100644 --- a/app/lib/features/geckoview/features/browser/presentation/dialogs/qr_code.dart +++ b/app/lib/features/geckoview/features/browser/presentation/dialogs/qr_code.dart @@ -31,6 +31,8 @@ Future showQrCode(BuildContext context, String data) { image: AssetImage('assets/icon/icon.png'), ), ), + //Increase level to mitigate image cutout + errorCorrectLevel: QrErrorCorrectLevel.H, ), ), const SizedBox(height: 20),