This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Re-throw Java exception instead of the native one in the map state callbacks #13285
Labels
Android
Mapbox Maps SDK for Android
Milestone
Refs #13050.
Previously, if any Java-caused exception was thrown in a code block invoked from the JNI (
OnMapChange
events in this case), we were catching that and logging/throwing the Java exception instead of a native one.We should re-implement that logic in the newly added state callbacks as well.
The text was updated successfully, but these errors were encountered: