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:
authorExMix <rahuba.youri@mapswithme.com>2014-09-16 14:00:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:27:09 +0300
commitb95ebf1da3180651ed4567cd66fa689f89c4dd79 (patch)
tree3d17a4032b1c7b34eace5beb642619fdf233eb38 /platform/platform_ios.mm
parent767e14ca685e92178ae4aaad9756cb04326c8403 (diff)
[core] handle routing start in lite version
Diffstat (limited to 'platform/platform_ios.mm')
-rw-r--r--platform/platform_ios.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/platform_ios.mm b/platform/platform_ios.mm
index 3f20526c6c..0a4dd2943b 100644
--- a/platform/platform_ios.mm
+++ b/platform/platform_ios.mm
@@ -47,7 +47,7 @@ Platform::Platform()
// .travelguide corresponds to the Lite version without search
m_flags[PRO_URL] = ([appID rangeOfString:@"com.mapswithme.travelguide"].location == NSNotFound);
- m_flags[HAS_BOOKMARKS] = m_flags[HAS_ROTATION] = m_flags[PRO_URL];
+ m_flags[HAS_BOOKMARKS] = m_flags[HAS_ROTATION] = m_flags[HAS_ROUTING] = m_flags[PRO_URL];
UIDevice * device = [UIDevice currentDevice];
NSLog(@"Device: %@, SystemName: %@, SystemVersion: %@", device.model, device.systemName, device.systemVersion);