-
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
Added border around scanning rectangle for scan view #558
base: master
Are you sure you want to change the base?
Added border around scanning rectangle for scan view #558
Conversation
if (framingRect != null && previewSize != null) { | ||
Rect previewFramingRect = cameraPreview.getPreviewFramingRect(); | ||
if (framingRect != null && previewFramingRect != null) | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider to not change the codestyle.
Unfortunately the maintainer is not active, otherwise I would make a pull request to check for right code style
Btw, thank you for the feature. Btw a screenshot would be cool, to see immediate what is introduced
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added your changes but I didn't see anything. How to use new changes? |
Hi @halilozel1903 . Please take a pull. Really sorry, Some issue happened from my side and latest changes were not pushed. I just got to know today by your comment only. Please check and let me know if you can see the changes.:-) |
How you doin’ ❓ Thanks. 😊 Why don't they accept what you do? |
May be Project Maintainers are not active. I hope they can provide feedbacks or suggestions on it. If this can be merged. :-) |
Maybe the maintainer @rkistner should have a second maintainer to avoid a no-progress-state like sadly a lot of other projects have ? |
No description provided.