Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Budiyev committed Aug 31, 2017
1 parent 6a6f69f commit 0138ce9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public final class CodeScanner {
public static final List<BarcodeFormat> TWO_DIMENSIONAL_FORMATS =
Arrays.asList(BarcodeFormat.AZTEC, BarcodeFormat.DATA_MATRIX, BarcodeFormat.MAXICODE,
BarcodeFormat.PDF_417, BarcodeFormat.QR_CODE);
private static final long AUTO_FOCUS_INTERVAL = 1000L;
private static final long AUTO_FOCUS_INTERVAL = 1500L;
private static final int UNSPECIFIED = -1;
private static final int FOCUS_ATTEMPTS_THRESHOLD = 2;
private final Lock mInitializeLock = new ReentrantLock();
Expand Down

0 comments on commit 0138ce9

Please sign in to comment.