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

Commit 4bc55f50 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Call success if not 1.5 for Sim depersonilization" into rvc-dev

parents 974833da 96ef1952
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();
            }
        }
    }