mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-23 16:09:48 +00:00
update services/sim/src/multi_sim_controller.cpp.
Signed-off-by: Aurora <liuxiyao223@huawei.com>
This commit is contained in:
parent
ecbbbf361b
commit
2109f6c6e2
@ -148,12 +148,12 @@ bool MultiSimController::InitPrimary()
|
||||
return false;
|
||||
}
|
||||
if (!IsAllModemInitDone()) {
|
||||
TELEPHONY_LOGI("wait for the ohter modem init");
|
||||
TELEPHONY_LOGI("wait for the other modem init");
|
||||
return false;
|
||||
}
|
||||
unInitModemSlotId_ = INVALID_VALUE;
|
||||
if (IsAllCardsReady() && !IsAllCardsLoaded()) {
|
||||
TELEPHONY_LOGI("wait for the ohter card ready");
|
||||
TELEPHONY_LOGI("wait for the other card ready");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user