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

Commit 7bfb61e8 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 1b0477da 633cfab7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -933,7 +933,7 @@ public class CDMAPhone extends PhoneBase {
        // So get the count from preferences.
        if (voicemailCount == 0) {
            SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(getContext());
            voicemailCount = sp.getInt(VM_COUNT_CDMA, 0);
            voicemailCount = sp.getInt(VM_COUNT_CDMA + getPhoneId(), 0);
        }
        return voicemailCount;
    }