This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Don't resetRenderer with surface holder destroy callback #14618
Labels
Android
Mapbox Maps SDK for Android
Milestone
We currently have the
resetRenderer
setup to be called when the surface holder emits a destroy callback. This is to at least support removing/readding the hosting view (eg. RecylerView). Ideally we do not do this and let the reset of the renderer occur as part ofonSufaceCreated
. This is currently not possible as it results in the following symbolicated stacktrace:The text was updated successfully, but these errors were encountered: