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

Commit 96ef1952 authored by Daniel Bright's avatar Daniel Bright
Browse files

Call success if not 1.5 for Sim depersonilization

Bug: 152882283
Test: make
Change-Id: I3c64e3272272bb44971972808e8e0f13e26bc88e
parent ef67580c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -949,6 +949,12 @@ public class RIL extends BaseCommands implements CommandsInterface {
                    handleRadioProxyExceptionForRR(rr, "supplySimDepersonalization", e);
                }
            }
        } else {
            if (result != null) {
                AsyncResult.forMessage(result, null,
                        CommandException.fromRilErrno(REQUEST_NOT_SUPPORTED));
                result.sendToTarget();
            }
        }
    }