Skip to content

Commit

Permalink
[routing] Route rebuilding happens in case of leaving the route.
Browse files Browse the repository at this point in the history
  • Loading branch information
bykoianko authored and mesozoic-drones committed Dec 26, 2019
1 parent d067e76 commit f5de0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routing/routing_session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ void RoutingSession::RebuildRouteOnTrafficUpdate()
}

RebuildRoute(startPoint, m_rebuildReadyCallback, nullptr /* needMoreMapsCallback */,
nullptr /* removeRouteCallback */, 0 /* timeoutSec */,
nullptr /* removeRouteCallback */, RouterDelegate::kNoTimeout,
SessionState::RouteRebuilding, false /* adjustToPrevRoute */);
}

Expand Down

0 comments on commit f5de0be

Please sign in to comment.