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

Commit a08ffceb authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Voicemail notification disappears after power cycle" into lmp-dev

parents b6abb3eb 4bf26bda
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -320,8 +320,6 @@ public class CDMALTEPhone extends CDMAPhone {
        mCarrierOtaSpNumSchema = SystemProperties.get(
                TelephonyProperties.PROPERTY_OTASP_NUM_SCHEMA,"");

        // Notify voicemails.
        notifier.notifyMessageWaitingChanged(this);
        setProperties();
    }

+6 −3
Original line number Diff line number Diff line
@@ -230,9 +230,6 @@ public class CDMAPhone extends PhoneBase {

        // Sets current entry in the telephony carrier table
        updateCurrentCarrierInProvider(operatorNumeric);

        // Notify voicemails.
        notifier.notifyMessageWaitingChanged(this);
    }

    @Override
@@ -1210,6 +1207,9 @@ public class CDMAPhone extends PhoneBase {
            case EVENT_RUIM_RECORDS_LOADED:{
                Rlog.d(LOG_TAG, "Event EVENT_RUIM_RECORDS_LOADED Received");
                updateCurrentCarrierInProvider();
                // Notify voicemails.
                log("notifyMessageWaitingChanged");
                mNotifier.notifyMessageWaitingChanged(this);
            }
            break;

@@ -1247,6 +1247,9 @@ public class CDMAPhone extends PhoneBase {
            case EVENT_NV_READY:{
                Rlog.d(LOG_TAG, "Event EVENT_NV_READY Received");
                prepareEri();
                // Notify voicemails.
                log("notifyMessageWaitingChanged");
                mNotifier.notifyMessageWaitingChanged(this);
            }
            break;