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'm loading a standard MapLibre map. Everything works well, but something strange is happening: if I put the app in the background (I open another app for a moment) and then bring it back to the foreground, onResume is called. However, after onResume the map is redrawn every time, even though onCreate is not called again. Is this normal behavior, and can it be prevented?
Steps to reproduce
Make a standard map
Send the app to the background
Open the app again so that onResume is triggered
The map is redrawn
Renderer
OpenGL (choose this if you are unsure)
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered:
MapLibre Android Version
11.8.1
Android SDK Version
Android 14
Device
Nokia 4.2
What happened?
I'm loading a standard MapLibre map. Everything works well, but something strange is happening: if I put the app in the background (I open another app for a moment) and then bring it back to the foreground, onResume is called. However, after onResume the map is redrawn every time, even though onCreate is not called again. Is this normal behavior, and can it be prevented?
Steps to reproduce
Renderer
OpenGL (choose this if you are unsure)
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: