forked from organicmaps/organicmaps
[ios] Fixed guide click
This commit is contained in:
parent
a4dff9392c
commit
611672176e
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ static bool IsOurIndex(TIndex const & theirs, TIndex const & ours)
|
|||
NSIndexPath * indexPath = [v indexPathForCell:cell];
|
||||
TIndex const index = CalculateIndex(m_index, indexPath);
|
||||
guides::GuideInfo info;
|
||||
if (!GetFramework().GetGuideInfo(index, info));
|
||||
if (!GetFramework().GetGuideInfo(index, info))
|
||||
return;
|
||||
NSURL * guideUrl = [NSURL URLWithString:[NSString stringWithUTF8String:info.GetAppID().c_str()]];
|
||||
UIApplication * app = [UIApplication sharedApplication];
|
||||
|
|
Loading…
Add table
Reference in a new issue