Merge "Update the currentCalls before VTS notification."

This commit is contained in:
Shuo Qian
2019-08-27 15:27:14 +00:00
committed by Gerrit Code Review

View File

@@ -733,8 +733,8 @@ Return<void> RadioResponse_v1_4::getCurrentCallsResponse_1_2(
const RadioResponseInfo& info,
const ::android::hardware::hidl_vec<::android::hardware::radio::V1_2::Call>& calls) {
rspInfo = info;
parent_v1_4.notify(info.serial);
currentCalls = calls;
parent_v1_4.notify(info.serial);
return Void();
}