mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-23 06:38:09 +00:00
Fix message notification
This commit is contained in:
parent
3e277df5cd
commit
81c2650b0c
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…
Add table
Reference in a new issue