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

Commit 3843d28d authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Fix potential crash when updating voicemail phone number." am: ac0125d1 am: a33b4c17

am: 59f29025

Change-Id: I00a99ca7712f8d55283261c75d633f1e5a941006
parents 9e3fea1a 59f29025
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1041,6 +1041,9 @@ public class SIMRecords extends IccRecords {
                                    AsyncResult.forMessage(((Message) ar.userObj)).exception =
                                            new IccVmNotSupportedException(
                                                    "Update SIM voice mailbox error");
                                } else {
                                    AsyncResult.forMessage(((Message) ar.userObj))
                                            .exception = ar.exception;
                                }
                            } else {
                                AsyncResult.forMessage(((Message) ar.userObj))