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

Commit b42aa98d authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "Correct VM number updation during MBDN refresh."

parents f34a7fbb 3d59f8b4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -560,6 +560,13 @@ public final class SIMRecords extends IccRecords {
                break;
            case EVENT_GET_CPHS_MAILBOX_DONE:
            case EVENT_GET_MBDN_DONE:
                //Resetting the voice mail number and voice mail tag to null
                //as these should be updated from the data read from EF_MBDN.
                //If they are not reset, incase of invalid data/exception these
                //variables are retaining their previous values and are
                //causing invalid voice mailbox info display to user.
                voiceMailNum = null;
                voiceMailTag = null;
                isRecordLoadResponse = true;

                ar = (AsyncResult)msg.obj;