diff --git a/lib/actions/actions.dart b/lib/actions/actions.dart index 2f997b94..bdaa558b 100644 --- a/lib/actions/actions.dart +++ b/lib/actions/actions.dart @@ -556,7 +556,6 @@ Uint8List assembleQRPacket(int direction, String identifier, String password) { log("Pacote: $packet"); log("Bytes: $bytes"); - return Uint8List.fromList(packet); } diff --git a/lib/pages/qr_code_page/qr_code_page_widget.dart b/lib/pages/qr_code_page/qr_code_page_widget.dart index dfaa9694..76febf7a 100644 --- a/lib/pages/qr_code_page/qr_code_page_widget.dart +++ b/lib/pages/qr_code_page/qr_code_page_widget.dart @@ -153,7 +153,7 @@ void dispose() { data: 'example.com', type: 'URl', dimension: dimension, - errorCorrectLevel: QrErrorCorrectLevel.H, + errorCorrectLevel: QrErrorCorrectLevel.M, maskPattern: -1, version: QrVersions.auto, identifier: FFAppState().userDevUUID,