[iOS] fix connection type stats

This commit is contained in:
Aleksey Belouosv 2018-07-18 16:30:06 +03:00 committed by Vlad Mihaylenko
parent 3620c4d4b4
commit 7fa55052e3

View file

@ -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: