Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed Feb 5, 2018
1 parent 75d1526 commit 55fa56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/budiyev/android/codescanner/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ final class Utils {
private static final float PORTRAIT_HEIGHT_RATIO = 0.75f;
private static final float LANDSCAPE_WIDTH_RATIO = 1.4f;
private static final float LANDSCAPE_HEIGHT_RATIO = 0.625f;
private static final float MIN_DISTORTION = 0.1f;
private static final float MIN_DISTORTION = 0.3f;
private static final float MAX_DISTORTION = 1f;
private static final float DISTORTION_STEP = 0.1f;
private static final int MIN_PREVIEW_PIXELS = 589824;
Expand Down

0 comments on commit 55fa56a

Please sign in to comment.