forked from organicmaps/organicmaps
[new downloader] iOS build bugfix.
This commit is contained in:
parent
8bae98937e
commit
6035e9bb7c
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