Fixed issue with unread message count
This commit is contained in:
parent
f5aa91f44f
commit
92e16d7b1d
1 changed files with 4 additions and 0 deletions
|
@ -730,6 +730,10 @@ public class LinphoneActivity extends LinphoneGenericActivity implements OnClick
|
|||
Bundle extras = new Bundle();
|
||||
extras.putString("SipUri", sipUri);
|
||||
changeCurrentFragment(FragmentsAvailable.GROUP_CHAT, extras);
|
||||
|
||||
LinphoneService.instance().resetMessageNotifCount();
|
||||
LinphoneService.instance().removeMessageNotification();
|
||||
displayMissedChats(getUnreadMessageCount());
|
||||
}
|
||||
|
||||
public void goToChatGroupInfos(String address, ArrayList<ContactAddress> contacts, String subject, boolean isEditionEnabled, boolean isGoBack) {
|
||||
|
|
Loading…
Reference in a new issue