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

Commit a33b4c17 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

Change-Id: Id7297eba014b3c2858aaaba36ab3d660e12ec559
parents 0a75a55b ac0125d1
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))