Skip to content
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

Merged
merged 2 commits into from
Nov 29, 2024
Merged

build: remove unused code #3889

merged 2 commits into from
Nov 29, 2024

Conversation

Balcan
Copy link
Collaborator

@Balcan Balcan commented Nov 19, 2024

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?

  • Smartphone Emulator
  • Tablet Emulator
  • Smartphone
  • Tablet

Which Android versions did you test this issue?

  • 4.4
  • 5.X - 6.X
  • 7.X
  • 8.X
  • 9.X - 10.X
  • 11.X - 13.X
  • Other

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code

@@ -169,7 +175,15 @@ class GraphToTable {
R.string.line_listing_max_results,
LINE_LISTING_MAX_ROWS,
),
style = descriptionTextStyle,
style = TextStyle(
color = Color(0xFF667685),
Copy link
Collaborator

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?

Copy link
Collaborator Author

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

@Balcan Balcan force-pushed the remove_unused_code branch from 83e1a28 to 0494b2d Compare November 27, 2024 07:13
@Balcan Balcan requested a review from andresmr November 27, 2024 07:13
Copy link
Collaborator

@andresmr andresmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing!

Copy link
Contributor

@ferdyrod ferdyrod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent!!!

😮 👏🏽 👍🏽

@Balcan Balcan force-pushed the remove_unused_code branch from 0494b2d to fbdd719 Compare November 28, 2024 15:03
@Balcan Balcan force-pushed the remove_unused_code branch from fbdd719 to dac5adb Compare November 28, 2024 15:05
Copy link

sonarcloud bot commented Nov 28, 2024

@Balcan Balcan merged commit 5093a03 into develop Nov 29, 2024
3 checks passed
@Balcan Balcan deleted the remove_unused_code branch November 29, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants