From 2bf6467b3344c2be5b48d3534a8384cb65313792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=85=9C?= <417887319@qq.com> Date: Thu, 7 Nov 2024 11:37:05 +0800 Subject: [PATCH] =?UTF-8?q?Signed-off-by:=E9=99=88=E7=85=9C=20<417887319@q?= =?UTF-8?q?q.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/manager/src/cellular_call_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/manager/src/cellular_call_service.cpp b/services/manager/src/cellular_call_service.cpp index 269866df..0d7061c9 100755 --- a/services/manager/src/cellular_call_service.cpp +++ b/services/manager/src/cellular_call_service.cpp @@ -223,12 +223,12 @@ void CellularCallService::RegisterCoreServiceHandler() coreInner.GetRadioState(slot, RadioEvent::RADIO_GET_STATUS, handler); #endif } + lock.unlock(); CellularCallConfig config; config.InitModeActive(); if (config.GetDomainPreferenceMode(slot) != TELEPHONY_SUCCESS) { TELEPHONY_LOGW("RegisterCoreServiceHandler, GetDomainPreferenceMode request fail"); } - lock.unlock(); if (config.GetEmergencyCallList(it.first) != TELEPHONY_SUCCESS) { TELEPHONY_LOGW("RegisterCoreServiceHandler, GetEmergencyCallList request fail"); } -- Gitee