update services/sim/src/multi_sim_controller.cpp.

Signed-off-by: Aurora <liuxiyao223@huawei.com>
This commit is contained in:
Aurora 2024-02-02 06:11:47 +00:00 committed by Gitee
parent ecbbbf361b
commit 2109f6c6e2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;