You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I pass to the method MapMeAdapter#attach blank view, that doesn't attached to a window - at this case I don't have any markers on map.
It's seem to be problem at method MapMeAdapter#triggerUpdateProcessor.
According to the documentation, the post(...) should be called from non-UI threads only when the View is attached to a window. My view doesn't attached to a window.
Why a need to attach mapView to adapter?
I don't use MapView, I use SupportMapFragment to represent map.
The text was updated successfully, but these errors were encountered:
If I pass to the method MapMeAdapter#attach blank view, that doesn't attached to a window - at this case I don't have any markers on map.
It's seem to be problem at method MapMeAdapter#triggerUpdateProcessor.
According to the documentation, the post(...) should be called from non-UI threads only when the View is attached to a window. My view doesn't attached to a window.
Why a need to attach mapView to adapter?
I don't use MapView, I use SupportMapFragment to represent map.
The text was updated successfully, but these errors were encountered: