When starting the second route "Mountains" in Community Favorites, it immediately crashes at DirectionView.swift:129.
This is because there is no nil coalescing done when accessing NomadStep.Direction.names, and Step from Mapbox may return nil sometimes for this field. I made the fix, it should just be one line.
@nac5504
When starting the second route "Mountains" in Community Favorites, it immediately crashes at DirectionView.swift:129.
This is because there is no nil coalescing done when accessing NomadStep.Direction.names, and Step from Mapbox may return nil sometimes for this field. I made the fix, it should just be one line.