forked from organicmaps/organicmaps
[ios] Fixed build.
This commit is contained in:
parent
1f38344c87
commit
71a798e58e
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ typedef NS_ENUM(NSUInteger, MWMPlacePageManagerState)
|
|||
|
||||
- (BOOL)isDirectionViewShown
|
||||
{
|
||||
return self.directionView.superview;
|
||||
return self.directionView.superview != nil;
|
||||
}
|
||||
|
||||
- (void)setTopBound:(CGFloat)bound
|
||||
|
|
Loading…
Add table
Reference in a new issue