Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n13 committed Sep 6, 2023
1 parent 85e80d8 commit ae98dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/home_page/components/scanner_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class _ScannerWidgetState extends State<ScannerWidget> {
final List<Barcode> barcodes = capture.barcodes;
final barcode = barcodes.firstOrNull;

// TODO(NIk): What this should do is - for each QR code, determine whether or not
// TODO(NIK): What this should do is - for each QR code, determine whether or not
// we can handle it - skip if we can't handle it (example: non-ESR URL)
// Take the first one we can handle, and pass it up the block and close the scanner
// If we can't handle any, keep scanning.
Expand Down

0 comments on commit ae98dc1

Please sign in to comment.