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 crash on opening building levels quest #3454

Merged
merged 1 commit into from
Oct 25, 2021

Conversation

smichel17
Copy link
Member

@smichel17 smichel17 commented Oct 25, 2021

It happened when there was no history, because "".splitToSequence(",") produces sequenceOf(""), not an empty sequence, and the building levels parsing code doesn't expect an empty string.

Fixes #3446

It happened when there was no history, because "".splitToSequence(",")
produces sequenceOf(""), not an empty sequence, and the building levels
parsing code doesn't expect an empty string.

Fixes streetcomplete#3446
@smichel17 smichel17 self-assigned this Oct 25, 2021
@smichel17 smichel17 merged commit 50d03e7 into streetcomplete:master Oct 25, 2021
@FloEdelmann FloEdelmann added the hacktoberfest-accepted pull request that should be treated as eligible for Hacktoberfest event label Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted pull request that should be treated as eligible for Hacktoberfest event
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v37.0-beta1] Opening building levels quest crashes app
2 participants