forked from organicmaps/organicmaps
Merge pull request #4560 from igrechuhin/statistics
[ios] Production scheme build fix.
This commit is contained in:
commit
0c83bd15fe
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ void InitLocalizedStrings()
|
|||
void InitCrashTrackers()
|
||||
{
|
||||
#ifdef OMIM_PRODUCTION
|
||||
if (![[Statistics instance] isStatisticsEnabled])
|
||||
if (![MWMSettings statisticsEnabled])
|
||||
return;
|
||||
|
||||
NSString * hockeyKey = @(HOCKEY_APP_KEY);
|
||||
|
|
Loading…
Add table
Reference in a new issue