Skip to content

Commit 2eec5dd

Browse files
committed
updated collect
1 parent 024cd1e commit 2eec5dd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/main/java/com/fieldbook/tracker/activities/ConfigActivity.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,13 +460,9 @@ protected void onActivityResult(int requestCode, int resultCode, @Nullable Inten
460460
String scannedBarcode = data.getStringExtra(CameraActivity.EXTRA_BARCODE);
461461

462462
try {
463-
464463
fuzzySearch.fuzzyBarcodeSearch(scannedBarcode);
465-
466464
} catch (Exception e) {
467-
468465
Log.e(TAG, "Fuzzy search error", e);
469-
470466
Utils.makeToast(this, getString(R.string.act_config_fuzzy_search_error, scannedBarcode));
471467

472468
soundHelper.playError();

0 commit comments

Comments
 (0)