mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-23 08:00:07 +00:00
bugfix
Signed-off-by: 刘峻朋 <liujunpeng20@huawei.com>
This commit is contained in:
parent
29a100824a
commit
30e606bdcb
@ -168,7 +168,7 @@ void SimStateManager::SyncSimMatchResponse()
|
||||
{
|
||||
std::unique_lock<std::mutex> lck(stx_);
|
||||
responseSimMatchReady_ = true;
|
||||
TELEPHONY_LOGI("SimStateManager::SyncSimMatchResponse(), responseSimMatchReady = %{public}d",
|
||||
TELEPHONY_LOGI("SimStateManager::SyncSimMatchResponse(), responseSimMatchReady = %{public}d",
|
||||
responseSim_);
|
||||
sv_.notify_one();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user