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

Commit c1079cb1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix emergencyDial_1_6_withServices in VTS 1.6" am: b1fe78fb am:...

Merge "Fix emergencyDial_1_6_withServices in VTS 1.6" am: b1fe78fb am: 25b1f1e7 am: 72d3d7ac am: 63ac55fd

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1648207

Change-Id: I490c50e09bbb140240d2639c6e7c4752c6b44ce3
parents 9895ffb6 63ac55fd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -87,7 +87,9 @@ Return<void> RadioResponse_v1_6::getIMSIForAppResponse(
}

Return<void> RadioResponse_v1_6::hangupConnectionResponse(
        const ::android::hardware::radio::V1_0::RadioResponseInfo& /*info*/) {
        const ::android::hardware::radio::V1_0::RadioResponseInfo& info) {
    rspInfo_v1_0 = info;
    parent_v1_6.notify(info.serial);
    return Void();
}