Skip to content

Commit

Permalink
fix: openfoodfacts#1427 fix presubmit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cli1005 committed Jun 20, 2022
1 parent d89c7ea commit 574b66c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ class ProductDialogHelper {
case FetchedProductStatus.internetNotFound:
_openProductNotFoundDialog();
return;
case FetchedProductStatus.codeInvalid:
_openErrorMessage(appLocalizations.barcode_invalid_error);
return;
}
}
}

0 comments on commit 574b66c

Please sign in to comment.