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

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

Merge "Fix requestIccSimAuthenticationResponse failure" am: 6a343b5c

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/2003490

Change-Id: Ic4950d5076df04e12b784f33518036fa8fe65369
parents b112a246 6a343b5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ public class SimResponse extends IRadioSimResponse.Stub {

        if (rr != null) {
            IccIoResult ret = new IccIoResult(iccIo.sw1, iccIo.sw2,
                    TextUtils.isEmpty(iccIo.simResponse) ? null : iccIo.simResponse);
                    TextUtils.isEmpty(iccIo.simResponse) ? null : iccIo.simResponse.getBytes());
            if (responseInfo.error == RadioError.NONE) {
                RadioResponse.sendMessageResponse(rr.mResult, ret);
            }