as per the log this crash is occur inside the loadstyle(style) block ` mapboxMap?.loadStyle(currentStyle) { style -> if (style.isValid()) { rasterLayers?.forEach { rasterLayer: RasterLayer -> style.addLayerBelow( rasterLayer, RadarUtils.getLayerId(radarViewModel.mapStyleChangeLiveData.value), ) }...