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:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-06-25 16:57:18 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:53:01 +0300
commit71a798e58e1e8044ab8a3d0c214d87620b77e3d9 (patch)
treeb9d12526f55bf3b829600cadd6918d185597d5ce /iphone/Maps/Classes/MWMPlacePageViewManager.mm
parent1f38344c87c73edd8c49ee78a24fe894afa0c863 (diff)
[ios] Fixed build.
Diffstat (limited to 'iphone/Maps/Classes/MWMPlacePageViewManager.mm')
-rw-r--r--iphone/Maps/Classes/MWMPlacePageViewManager.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MWMPlacePageViewManager.mm b/iphone/Maps/Classes/MWMPlacePageViewManager.mm
index d9add67a53..741ea97194 100644
--- a/iphone/Maps/Classes/MWMPlacePageViewManager.mm
+++ b/iphone/Maps/Classes/MWMPlacePageViewManager.mm
@@ -307,7 +307,7 @@ typedef NS_ENUM(NSUInteger, MWMPlacePageManagerState)
- (BOOL)isDirectionViewShown
{
- return self.directionView.superview;
+ return self.directionView.superview != nil;
}
- (void)setTopBound:(CGFloat)bound