[imdm] fix chatListFragment unread message count
This commit is contained in:
parent
72bda7d195
commit
8eb2ae9374
1 changed files with 1 additions and 1 deletions
|
@ -1280,7 +1280,7 @@ public class ChatFragment extends Fragment implements OnClickListener, LinphoneC
|
|||
}
|
||||
}
|
||||
});
|
||||
LinphoneManager.getLc().getChatRoom(message.getFrom()).markAsRead();;
|
||||
chatRoom.markAsRead();
|
||||
|
||||
} else {
|
||||
holder.imdmLayout.setVisibility(View.INVISIBLE);
|
||||
|
|
Loading…
Reference in a new issue