Fixed display issue in chats list
This commit is contained in:
parent
6f77ba000d
commit
c59fc2cbc3
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ public class ChatRoomViewHolder extends RecyclerView.ViewHolder implements View.
|
|||
lastMessageFileTransfer.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
date.setText("");
|
||||
lastMessageView.setText("");
|
||||
}
|
||||
|
||||
displayName.setText(getContact(mRoom));
|
||||
|
|
Loading…
Reference in a new issue