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

Commit ed42fcfa authored by Daniel Bright's avatar Daniel Bright
Browse files

Call success if not 1.5 for Sim depersonilization

Bug: 152882283
Test: make
Merged-In: I3c64e3272272bb44971972808e8e0f13e26bc88e
Change-Id: I3c64e3272272bb44971972808e8e0f13e26bc88e
(clean cherry-pick)
parent 51ba72a3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -984,6 +984,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();
            }
        }
    }