-
Notifications
You must be signed in to change notification settings - Fork 101
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
build: remove unused code #3889
Conversation
@@ -169,7 +175,15 @@ class GraphToTable { | |||
R.string.line_listing_max_results, | |||
LINE_LISTING_MAX_ROWS, | |||
), | |||
style = descriptionTextStyle, | |||
style = TextStyle( | |||
color = Color(0xFF667685), |
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.
don't we have an explicit color for this in the library?. should we create it?
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.
It was like that before but it totally makes sense to change it to a color in the library. I'll check if it already exist
c85d668
to
059511d
Compare
83e1a28
to
0494b2d
Compare
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.
Amazing!
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.
Excellent!!!
😮 👏🏽 👍🏽
0494b2d
to
fbdd719
Compare
fbdd719
to
dac5adb
Compare
Quality Gate passedIssues Measures |
Description
Please include a summary of the change and include the related jira issue if it exists.
[ jira issue ](https://dhis2.atlassian.net/browse/ANDROAPP-
Solution description
If this PR is a fix include a brief description on how the issue is solved.
Covered unit test cases
Describe the tests that you ran to verify your changes.
Where did you test this issue?
Which Android versions did you test this issue?
Checklist