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

[FIX] 5g icon fixes - size and visibility #688

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

rksh
Copy link
Contributor

@rksh rksh commented Feb 13, 2024

finally found somewhere I could test NR:

  • increased icon size and legibility
  • corrected some cases

@@ -247,7 +248,6 @@ private int getIconId(NetworkType type, int crypto) {
case Network.CRYPTO_WPA3:
return R.drawable.wpa3_ico;
}
return R.drawable.cell_5g;
Copy link
Member

Choose a reason for hiding this comment

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

Interesting it will let you remove a default here, compiler must check that switch is exhaustive?

@rksh rksh merged commit d56a474 into wiglenet:main Feb 14, 2024
1 check passed
@rksh rksh deleted the nr_wcdma branch April 2, 2024 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants