[ios] Fixed guide click

This commit is contained in:
Alex Zolotarev 2013-08-29 11:38:12 +03:00 committed by Alex Zolotarev
parent a4dff9392c
commit 611672176e

View file

@ -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];