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 exit size and text format #21849

Merged
merged 2 commits into from
Feb 4, 2025
Merged

Fix exit size and text format #21849

merged 2 commits into from
Feb 4, 2025

Conversation

0xRe1nk0
Copy link
Contributor

@0xRe1nk0 0xRe1nk0 commented Feb 4, 2025

No description provided.

Comment on lines 520 to 523
private void formatSubText() {
String subText = distanceSubView.getText().toString();

if (distanceSubView != null && !Algorithms.isEmpty(subText)) {
Copy link
Member

Choose a reason for hiding this comment

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

Access distanceSubView & after that check it for null?

@Chumva Chumva merged commit 88f5d0a into master Feb 4, 2025
3 checks passed
@Chumva Chumva deleted the nav_widget_format_fix branch February 4, 2025 10:32
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.

2 participants