mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-23 01:18:30 +00:00
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);
|
lastMessageFileTransfer.setVisibility(View.VISIBLE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
date.setText("");
|
||||||
|
lastMessageView.setText("");
|
||||||
}
|
}
|
||||||
|
|
||||||
displayName.setText(getContact(mRoom));
|
displayName.setText(getContact(mRoom));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue