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

PP-714: Make BottomNavigator bug non-fatal #258

Merged
merged 3 commits into from
Nov 10, 2023

Conversation

io7m
Copy link
Contributor

@io7m io7m commented Nov 10, 2023

What's this do?
Don't attempt to pop the stack unless there's something to pop.
Catch any NullPointerExceptions that the library might raise.

Why are we doing this? (w/ JIRA link if applicable)
Affects: https://ebce-lyrasis.atlassian.net/browse/PP-714

How should this be tested? / Do these changes have associated tests?
Nothing new. Just see if the crashes stop after 1.8.0...

Dependencies for merging? Releasing to production?
None.

Have you updated the changelog?
Yes.

Has the application documentation been updated for these changes?
N/A

Did someone actually run this code to verify it works?
@io7m Used the catalog for a while. I've not seen the original crash, so I just wanted to check that I didn't break the catalog.

Don't attempt to pop the stack unless there's something to pop.
Catch any NullPointerExceptions that the library might raise.

Affects: https://ebce-lyrasis.atlassian.net/browse/PP-714
@io7m io7m requested a review from a team November 10, 2023 14:24
Copy link
Contributor

@nunommts nunommts left a comment

Choose a reason for hiding this comment

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

Looks good. Just a minor suggestion, though.

Copy link
Contributor

@nunommts nunommts left a comment

Choose a reason for hiding this comment

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

Let's go!

@io7m io7m merged commit 8f6ce5d into main Nov 10, 2023
1 check failed
@io7m io7m deleted the feature/stop-bottomnav-crashing branch November 10, 2023 14:58
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