forked from organicmaps/organicmaps
[iOS] fix connection type stats
This commit is contained in:
parent
3620c4d4b4
commit
7fa55052e3
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ void checkFlurryLogStatus(FlurryEventRecordStatus status)
|
|||
switch (Platform::ConnectionStatus())
|
||||
{
|
||||
case Platform::EConnectionType::CONNECTION_WWAN:
|
||||
return kStatOffline;
|
||||
return kStatMobile;
|
||||
case Platform::EConnectionType::CONNECTION_WIFI:
|
||||
return kStatWifi;
|
||||
case Platform::EConnectionType::CONNECTION_NONE:
|
||||
|
|
Loading…
Add table
Reference in a new issue