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 bug in Starred Routes list #1103

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Conversation

millanp
Copy link
Contributor

@millanp millanp commented Jan 9, 2024

Right now the Starred Routes list sometimes omits the route description to the right of route numbers. This is because I previously loaded the "long name" of the buses in a Loader whose lifecycle was tied to that of a fast-closing dialog box. Sometimes the dialog box would close before the request could complete. I fixed it to ensure that the Loader is tied to the long-lasting HomeActivity rather than RouteFavoriteDialogFragment.

Fully fix

Fully fix

Fully fix

Fully fix
Copy link
Member

@aaronbrethorst aaronbrethorst left a comment

Choose a reason for hiding this comment

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

looks great, thank you for taking care of this! :shipit:

@aaronbrethorst aaronbrethorst merged commit b1b30fa into OneBusAway:master Jan 9, 2024
2 checks passed
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