-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix ArithmeticException in CameraPreview #463
fix ArithmeticException in CameraPreview #463
Conversation
@rkistner does the solution look good to you ? |
I haven't yet been able to confirm whether this will fully fix the issue; will need to spend more time on this. |
Hi @rkistner . I use this beautiful library, but this problem bothers me. Do you intend to merge these patches? Is this library still maintained? |
I second this. When can your latest changes be merged? |
Sorry for the delay, I will look into this and do a new release over the next couple of days. |
No problem @rkistner . I am looking forward to the new version :) |
Hi @rkistner |
@maggialejandro-rp You can still use version 4.0.2 with SDK 14. See the instructions here: https://github.com/journeyapps/zxing-android-embedded/blob/master/README.md#zxing-android-embedded Just make sure to test properly. |
In version 3.6.0 of the lib, we had crashes of ArithmeticException, since we assume that the view has not yet finished drawing and the previewSized method is called
link Issue #334
link Issue #409