Skip to content

Commit

Permalink
Restored aim mode for switch params
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Sep 19, 2022
1 parent 3f17758 commit 10174bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ private void setupUPC_EANParams(Bundle barcodeProps)
private void setupReaderParams(Bundle barcodeProps, boolean switchParams) {

// This parameter is not supported when switching parameters
if(switchParams == false && ( ReaderParams.aim_mode != null))
if(ReaderParams.aim_mode != null)
barcodeProps.putString("aim_mode", ReaderParams.aim_mode.toString());

if( ReaderParams.charset_name != null)
Expand Down

0 comments on commit 10174bb

Please sign in to comment.