Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbataire committed Oct 21, 2024
1 parent 7e51a13 commit a005d28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private void imageAnalyzer(ImageProxy imageProxy) {

private void returnIntent(String barcode) {
Intent resultIntent = new Intent();
resultIntent.putExtra("CHT_QR_CODE", barcode);
resultIntent.putExtra("CHT_BARCODE", barcode);
setResult(RESULT_OK, resultIntent);
finish();
}
Expand Down

0 comments on commit a005d28

Please sign in to comment.