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) {
|
if (lAddress != null) {
|
||||||
chatRoom = lc.getChatRoom(lAddress);
|
chatRoom = lc.getChatRoom(lAddress);
|
||||||
chatRoom.markAsRead();
|
chatRoom.markAsRead();
|
||||||
|
LinphoneActivity.instance().updateMissedChatCount();
|
||||||
contact = ContactsManager.getInstance().findContactWithAddress(getActivity().getContentResolver(), lAddress);
|
contact = ContactsManager.getInstance().findContactWithAddress(getActivity().getContentResolver(), lAddress);
|
||||||
if(chatRoom != null) {
|
if(chatRoom != null) {
|
||||||
displayChatHeader(lAddress);
|
displayChatHeader(lAddress);
|
||||||
|
|
Loading…
Reference in a new issue