mapbox-gl-native-android
mapbox-gl-native-android copied to clipboard
OnDidFailLoadingMapListener not called
Neither added OnDidFailLoadingMapListener or OnDidFinishLoadingMapListener is called if device is offline and map activity is launched.
Blank screen is shown, onMapReady is called but style set within onMapReady is not loaded and OnStyleLoaded is not called as well.
Android API: 29 Mapbox Navigation SDK version: 1.0
Expected behavior
addOnDidFailLoadingMapListener is called when device is offline.
Actual behavior
screen is blank, no callbacks are called.