Fix message notification
This commit is contained in:
parent
1b679034f4
commit
794a39f075
1 changed files with 1 additions and 0 deletions
|
@ -458,6 +458,7 @@ public class ChatFragment extends Fragment implements OnClickListener, LinphoneC
|
|||
if (lAddress != null) {
|
||||
chatRoom = lc.getChatRoom(lAddress);
|
||||
chatRoom.markAsRead();
|
||||
LinphoneActivity.instance().updateMissedChatCount();
|
||||
contact = ContactsManager.getInstance().findContactWithAddress(getActivity().getContentResolver(), lAddress);
|
||||
if(chatRoom != null) {
|
||||
displayChatHeader(lAddress);
|
||||
|
|
Loading…
Reference in a new issue