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

Reverse geocoding location blocks the UI thread #291

Open
sashrikakaur opened this issue Apr 9, 2019 · 2 comments · May be fixed by #301
Open

Reverse geocoding location blocks the UI thread #291

sashrikakaur opened this issue Apr 9, 2019 · 2 comments · May be fixed by #301

Comments

@sashrikakaur
Copy link

Summary:

The reverse geocoding location blocks the main UI thread.

Expected behavior:

It should run on an asynchronous background thread. AsyncTask class allows us to perform long lasting tasks/background operations and show the result on the UI thread without affecting the main thread.

Screenshots:
image

@jddeep
Copy link
Contributor

jddeep commented Apr 10, 2019

@sashrikakaur Can I please work on this?

@sashrikakaur
Copy link
Author

@jddeep I am currently working on this. I will send a PR soon.

@sashrikakaur sashrikakaur linked a pull request Apr 16, 2019 that will close this issue
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 a pull request may close this issue.

2 participants