From 219d39b113ca423ce10b05a77867c816b8e09971 Mon Sep 17 00:00:00 2001 From: "v.mikhaylenko" Date: Mon, 10 Aug 2015 07:45:24 +0300 Subject: [ios] Fixed bug with wrong round exit label. --- .../CustomViews/NavigationDashboard/MWMNavigationDashboardEntity.mm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iphone/Maps/Classes') diff --git a/iphone/Maps/Classes/CustomViews/NavigationDashboard/MWMNavigationDashboardEntity.mm b/iphone/Maps/Classes/CustomViews/NavigationDashboard/MWMNavigationDashboardEntity.mm index 96beb4c092..1f40ea43c2 100644 --- a/iphone/Maps/Classes/CustomViews/NavigationDashboard/MWMNavigationDashboardEntity.mm +++ b/iphone/Maps/Classes/CustomViews/NavigationDashboard/MWMNavigationDashboardEntity.mm @@ -61,6 +61,8 @@ _turnImage = image(info.m_turn); if (info.m_turn == routing::turns::TurnDirection::EnterRoundAbout) _roundExitNumber = info.m_exitNum; + else + _roundExitNumber = 0; } UIImage * image(routing::turns::TurnDirection t) -- cgit v1.2.3