forked from organicmaps/organicmaps
Merge pull request #2492 from bykoianko/master-ios-bugfix
[new downloader] iOS build bugfix.
This commit is contained in:
commit
49b594e35f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ void InitLocalizedStrings()
|
|||
void InitCrashTrackers()
|
||||
{
|
||||
#ifdef OMIM_PRODUCTION
|
||||
if (![Statistics isStatisticsEnabled])
|
||||
if (![[Statistics instance] isStatisticsEnabled])
|
||||
return;
|
||||
|
||||
NSString * hockeyKey = @(HOCKEY_APP_KEY);
|
||||
|
|
Loading…
Add table
Reference in a new issue