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

Commit 03545e6c authored by Omkar Kolangade's avatar Omkar Kolangade Committed by Etan Cohen
Browse files

IMS MWI Feature

Adding logic to propagate waiting
voice message count to UI.

Change-Id: I922d8ff3138aefdbf284b5ec9f84afcedaff59a1
parent ab759cc9
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -1521,6 +1521,12 @@ public final class ImsPhoneCallTracker extends CallTracker {


            if (DBG) log("onFeatureCapabilityChanged: mImsFeatureEnabled=" +  mImsFeatureEnabled);
            if (DBG) log("onFeatureCapabilityChanged: mImsFeatureEnabled=" +  mImsFeatureEnabled);
        }
        }

        @Override
        public void onVoiceMessageCountChanged(int count) {
            if (DBG) log("onVoiceMessageCountChanged :: count=" + count);
            mPhone.mDefaultPhone.setVoiceMessageCount(count);
        }
    };
    };


    /* package */
    /* package */