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
I briefly looked at the MapBox GL issue, but did not really understand the discussion nor code there. Also, I am not seeing the same behavior as in the video when using our AdvancedMap samples.
SDK itself tries to preserve EGL context, but it is really a hint and Android can destroy the context when app has been on background a while. But I am not sure that is really relevant here.
I am currently closing this, could look at this again with actual code sample.
On android if you pause and resume the app, the map gets redrawn. I think actually all map data are destroyed and created again.
Mapbox faced that issue too:
mapbox/mapbox-gl-native#9412
If you run the Mapbox Android demo app you won't see that behavior.
The text was updated successfully, but these errors were encountered: