Fixed issue with unread message count

This commit is contained in:
Sylvain Berfini 2017-12-01 11:49:17 +01:00
parent f5aa91f44f
commit 92e16d7b1d

View file

@ -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) {