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

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

Merge "Fix requestIccSimAuthenticationResponse failure" am: 6a343b5c am:...

Merge "Fix requestIccSimAuthenticationResponse failure" am: 6a343b5c am: 6431dcf5 am: a16d81b4

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

Change-Id: Ibc9a78d5f37944ca3f049a1e44dfafb2d9956edf
parents cbed9ca0 a16d81b4
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);
            }