1
0
mirror of https://bitbucket.org/HeshamTB/barcodescanner2.git synced 2024-11-05 11:02:14 +01:00

Merge branch 'master' into test-branch

This commit is contained in:
HeshamTB 2018-07-01 00:38:52 +03:00
commit 096a05cb1d

View File

@ -115,7 +115,6 @@ public class MainActivity extends AppCompatActivity implements OnClickListener {
//take shot of barcode 2
IntentIntegrator scanIntegrator = new IntentIntegrator(this);
scanIntegrator.initiateScan(0);
}
else if (result.equalsIgnoreCase("member1")
@ -131,11 +130,6 @@ public class MainActivity extends AppCompatActivity implements OnClickListener {
flashLightOn();
IntentIntegrator scanIntegrator = new IntentIntegrator(this);
scanIntegrator.initiateScan(0);
//Scan again if cont. is checked
//make flash on!
//open door
//FlashLightUtilForL flash = new FlashLightUtilForL(this);
//flash.turnOnFlashLight();
}
else {
@ -160,6 +154,7 @@ public class MainActivity extends AppCompatActivity implements OnClickListener {
"No scan data received!", Toast.LENGTH_SHORT);
toast.show();
}
}
catch (Exception e){