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

Commit add216b6 authored by Daniel Bright's avatar Daniel Bright Committed by Gerrit Code Review
Browse files

Merge "Call success if not 1.5 for Sim depersonilization"

parents 51ba72a3 ed42fcfa
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();
            }
        }
    }