Skip to content

Commit 36272f8

Browse files
VysotskiVadimgithub-actions[bot]
authored andcommitted
fixed createAsync section (#11376)
GitOrigin-RevId: 439930dc9e4d7b8aeff56aeb9aabf30ff6164ad7
1 parent 561fc5a commit 36272f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/src/main/java/com/mapbox/navigation/base/internal/utils/DirectionsResponseUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ suspend fun parseDirectionsResponse(
2424
): Expected<Throwable, RoutesResponse> =
2525
withContext(dispatcher) {
2626
return@withContext try {
27-
val response = PerformanceTracker.trackPerformanceSync("NavigationRoute#createAsync") {
27+
val response = PerformanceTracker.trackPerformanceAsync("NavigationRoute#createAsync") {
2828
NavigationRoute.createAsync(
2929
directionsResponseJson = responseJson,
3030
routeRequestUrl = requestUrl,

0 commit comments

Comments
 (0)