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

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

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

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

Change-Id: I095674e6f952fe3ffb71f881566f5bb54d748d34
parents 44492260 6431dcf5
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);
            }