mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-23 16:09:48 +00:00
修复phoneType为默认值时,运营商信息不会更新,导致广播的注册状态中没有运营商信息
Signed-off-by: 罗建贞 <luojianzhen1@huawei.com>
This commit is contained in:
parent
15a469e821
commit
6567eb9322
@ -718,6 +718,7 @@ void NetworkSearchHandler::RadioRilOperator(const AppExecFwk::InnerEvent::Pointe
|
||||
} else if (operatorInfoResult_->flag == NetworkSearchManagerInner::SERIAL_NUMBER_EXEMPT) {
|
||||
if (operatorName_ != nullptr) {
|
||||
operatorName_->HandleOperatorInfo(operatorInfoResult_);
|
||||
networkSearchManager->ProcessNotifyStateChangeEvent(slotId_);
|
||||
}
|
||||
} else {
|
||||
TELEPHONY_LOGI("Aborting outdated operator info event slotId:%{public}d", slotId_);
|
||||
|
Loading…
Reference in New Issue
Block a user