-
Notifications
You must be signed in to change notification settings - Fork 1.3k
ConcurrentModificationException when listening to location updates #4731
Comments
Rerunning the code without any changes is not producing the same exception.. |
Is this still happening after the fix in #4829 ? |
Bump. Can we close this @tobrun? |
Thanks @tobrun! |
I'm encountering a similar error - can this be reopened?How related are they, given the change in version from 4.1.0?Happens on multiple OS versions. Libraries
Setup code
Stacktrace
|
I'm seeing a similar issue using Mapbox sdk Stacktrace:
|
@nexxado with #10354 we made location provider optional and you are able to use alternative providers as google play services or the default android one. The linked stacktrace above indicates an internal issue within the LOST location provider. Thank you for reporting this issue but please update our SDK to a more recent version (5.5.0) and provide an alternative location provider. |
Steps to trigger behavior
LocationServices
.Expected behavior
Not crashing
Actual behavior
Crashing with:
Setup code:
Callback code:
The text was updated successfully, but these errors were encountered: