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

ISSUE 339 - Solved crash with UndeliverableException on Geocoder #340

Merged
merged 5 commits into from
Mar 11, 2022

Conversation

ferranpons
Copy link
Member

ISSUE

#339

Description

There was a crash with Geocoder when an error is raised and the Disposable is already disposed. To solve this problem we have changed the place where the subscribe is done (from the repository to the presenter). Also we have replaced the Observable object to a Single to better manage the results and simplify the code.

Screenshots

No screens

Mandatory GIF

mandatory

@ferranpons ferranpons added the wip label Mar 11, 2022
@ferranpons ferranpons self-assigned this Mar 11, 2022
@ferranpons ferranpons added review and removed wip labels Mar 11, 2022
@ferranpons ferranpons removed the request for review from alxsimo March 11, 2022 11:56
@ferranpons ferranpons merged commit 5b2239d into master Mar 11, 2022
@delete-merged-branch delete-merged-branch bot deleted the ISSUE-339-UndeliverableException-Geocoder branch March 11, 2022 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants