From d51ff00473bc1d2b948b046d1693df00a787d5d5 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 14 Mar 2025 13:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/PhoneDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/cpp/PhoneDevice.cpp b/app/src/main/cpp/PhoneDevice.cpp index 65690d87..ae083c41 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1048,7 +1048,7 @@ bool CPhoneDevice::QuerySystemProperties(std::map& pro } else if ((it->first == (PROP_MOBILE_FLOW_TX)) || (it->first == (PROP_MOBILE_FLOW_RX))) { - if (!flowInfo.empty()) + if (flowInfo.empty()) { QueryFlowInfo(powerInfo); }