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

fixed : Searching for a location in Autocomplete search bar and selecting it , makes the floating card shows loading indicator infinitely - IOS Specific #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abdullah-khudher
Copy link

we have a problem in the IOS platform ... which is

The Floating card shows the loading indicator infinitely when I search for a location in the search bar and selecting it.
I could see that the SearchingState is not set to Idle after a location is found.
But the floating card works perfectly when the pin is moved and the selected location is shown correctly

related issue #68

@martin-braun
Copy link
Contributor

martin-braun commented Sep 8, 2021

This will cause some weird behavior when moving the pin. It will show the old address until the new one is load, so this is not really a fix. However, the key is to set it the SearchingState to Idle after completing the search through the AutoCompleteSearch, my PR #147 addresses this. Your changes are not required. You must not alter the check that you did, or the weird bug with the old address showing up will appear.

@martin-braun
Copy link
Contributor

martin-braun commented Dec 7, 2021

@fysoul17 This should be closed, it's deprecated and not necessary anymore. Thanks.

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