Skip to content

Commit

Permalink
I don't know ¯\_(ツ)_/¯
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinullrich committed Apr 9, 2021
1 parent a4c4a9b commit 59c2f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/domain/common/qr_scanner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Future<String> presentQRScanner() async {
try {
final result = await BarcodeScanner.scan();
isQrScannerShown = false;
return result.rawContent;
return result;
} catch (e) {
isQrScannerShown = false;
rethrow;
Expand Down

0 comments on commit 59c2f0d

Please sign in to comment.