[ios] Download strings comparison fix

This commit is contained in:
Igor Khmurets 2013-11-14 13:28:40 +03:00 committed by Alex Zolotarev
parent 4c1b3cac30
commit a5b041cb88

View file

@ -325,8 +325,8 @@ static bool getGuideName(string & name, storage::TIndex const & index)
[[Statistics instance] logEvent:@"Open Guide Button" withParameters:@{@"Guide downloaded" : @"NO"}];
}
}
else if ([title hasPrefix:[NSString stringWithFormat:NSLocalizedString(@"download_mb_or_kb", nil), @""]]
|| [title hasPrefix:[NSString stringWithFormat:NSLocalizedString(@"update_mb_or_kb", nil),@""]])
else if ([title rangeOfString:[NSString stringWithFormat:NSLocalizedString(@"download_mb_or_kb", nil), @""]].location != NSNotFound
|| [title rangeOfString:[NSString stringWithFormat:NSLocalizedString(@"update_mb_or_kb", nil), @""]].location != NSNotFound)
[self TryDownloadCountry];
else if ([title isEqualToString:NSLocalizedString(@"cancel_download", nil)] || [title isEqualToString:NSLocalizedString(@"delete", nil)])
{