Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorv.mikhaylenko <v.mikhaylenko@corp.mail.ru>2015-08-10 07:45:24 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:00:02 +0300
commit219d39b113ca423ce10b05a77867c816b8e09971 (patch)
treec11179202b4f0d10bd5a1af7a440d56ba2ed0505 /iphone/Maps/Classes
parent55e94be08add0dbd4374bf20d382a2777ebfcc89 (diff)
[ios] Fixed bug with wrong round exit label.
Diffstat (limited to 'iphone/Maps/Classes')
-rw-r--r--iphone/Maps/Classes/CustomViews/NavigationDashboard/MWMNavigationDashboardEntity.mm2
1 files changed, 2 insertions, 0 deletions
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)