修复bug

PtzNew
Matthew 3 months ago
parent b23224415e
commit d51ff00473

@ -1048,7 +1048,7 @@ bool CPhoneDevice::QuerySystemProperties(std::map<std::string, std::string>& pro
}
else if ((it->first == (PROP_MOBILE_FLOW_TX)) || (it->first == (PROP_MOBILE_FLOW_RX)))
{
if (!flowInfo.empty())
if (flowInfo.empty())
{
QueryFlowInfo(powerInfo);
}

Loading…
Cancel
Save