This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
OnDidFailLoadingMapListener not called #666
Open
Description
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.