Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83df2674 authored by Shuo Qian's avatar Shuo Qian Committed by android-build-merger
Browse files

Merge "Update the currentCalls before VTS notification." into qt-dev am:...

Merge "Update the currentCalls before VTS notification." into qt-dev am: 41605f08 am: 6958e1b4 am: b0194d7b
am: 2e8c531b

Change-Id: If10cb9301134e39e089b7217595d36d4a6b10d18
parents fd80ddf3 2e8c531b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
}