-
Notifications
You must be signed in to change notification settings - Fork 1
PP 1763 DocumentAnalyzer screen issues #843
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
PP 1763 DocumentAnalyzer screen issues #843
Conversation
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.
Pull Request Overview
This PR refactors hardcoded log tag strings in the DocumentAnalyzer class to use a centralized constant for better maintainability and consistency.
- Introduces a companion object with a private LOG_TAG constant
- Replaces all hardcoded "gini-api" strings in Log.d() calls with the LOG_TAG constant
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
...-sdk/example-app/src/main/java/net/gini/android/bank/sdk/exampleapp/core/DocumentAnalyzer.kt
Outdated
Show resolved
Hide resolved
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.
Can you please check my comment?
|
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.
Looks good, Thank you
e442076
into
PP-1508-Monorepo-SonarQube-maintenance-bank-sdk
PP-1763