Skip to content

Commit

Permalink
fixup intermec scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
flsobral committed Oct 10, 2023
1 parent 5acdb22 commit b67f256
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public boolean deactivate()
{
if (bcr != null)
{
bcr.removeBarcodeReadListener(Launcher4A.loader);
// bcr.removeBarcodeReadListener(Launcher4A.loader);
bcr.setScannerEnable(false);
bcr.close();
}
Expand Down Expand Up @@ -335,7 +335,7 @@ private void attachBarcodeReader()
if (!(bcr = new BarcodeReader()).isScannerEnabled())
bcr.setScannerEnable(true); // set barcode reader object for internal scanner

bcr.addBarcodeReadListener(Launcher4A.loader); // add barcode reader listener
// bcr.addBarcodeReadListener(Launcher4A.loader); // add barcode reader listener
}
catch (Exception exception)
{
Expand Down

0 comments on commit b67f256

Please sign in to comment.