diff --git a/map/routing_manager.cpp b/map/routing_manager.cpp index 82c5c5345b..ec2069b3eb 100644 --- a/map/routing_manager.cpp +++ b/map/routing_manager.cpp @@ -1046,6 +1046,8 @@ void RoutingManager::BuildRoute(uint32_t timeoutSec) if (IsRoutingActive()) CloseRouting(false /* remove route points */); + ShowPreviewSegments(routePoints); + // Route points preview. // Disabled preview zoom to fix https://github.com/organicmaps/organicmaps/issues/5409. // Uncomment next lines to enable back zoom on route point add/remove.