mirror of
https://gitee.com/openharmony/xts_hats
synced 2024-11-27 17:12:20 +00:00
fix get simstatus problem
Signed-off-by: liuxiyao223 <liuxiyao223@huawei.com>
This commit is contained in:
parent
dd57d96905
commit
6cce131ab4
@ -580,7 +580,7 @@ bool RilCallback::GetBoolResult(HdiId hdiId)
|
||||
int32_t RilCallback::SimStateUpdated(const RilRadioResponseInfo &responseInfo)
|
||||
{
|
||||
HDF_LOGI("SimStateUpdated notice : slotId = %{public}d", responseInfo.slotId);
|
||||
g_rilInterface->GetSimStatus(GetSerialId(), responseInfo.slotId);
|
||||
g_rilInterface->GetSimStatus(responseInfo.slotId, GetSerialId());
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user