Skip to content

Commit

Permalink
fixing unavoidable closures
Browse files Browse the repository at this point in the history
  • Loading branch information
VysotskiVadim committed Oct 18, 2023
1 parent 4cb5395 commit e67f196
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class NavigationRoute internal constructor(
routeOptions,
directionsRoute,
nativeRoute,
directionsResponse.routes().getOrNull(routeIndex)?.legs()
directionsRoute.legs()
?.map { leg -> leg.closures().orEmpty() }
.orEmpty(),
expirationTimeElapsedSeconds,
Expand Down

0 comments on commit e67f196

Please sign in to comment.