Skip to content

Commit

Permalink
Merge pull request #216 from brarcher/disable-beep
Browse files Browse the repository at this point in the history
Disable beep upon successful barcode scan
  • Loading branch information
brarcher authored Mar 1, 2018
2 parents 2312788 + 0e2d725 commit 61e039c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ public void onClick(View v)

String prompt = getResources().getString(R.string.scanCardBarcode);
integrator.setPrompt(prompt);
integrator.setBeepEnabled(false);
integrator.initiateScan();
}
};
Expand Down

0 comments on commit 61e039c

Please sign in to comment.