diff --git a/res/layout/chatlist_cell.xml b/res/layout/chatlist_cell.xml index a311ecaf2..86eeb6c9b 100644 --- a/res/layout/chatlist_cell.xml +++ b/res/layout/chatlist_cell.xml @@ -133,6 +133,15 @@ android:textColor="#595959" android:textSize="16.7sp"/> + + 0) { - holder.lastMessageView.setBackgroundResource(0); - holder.lastMessageView.setText(lastMessage.getTextContent()); + holder.filesharing.setVisibility(View.GONE); } if (lastMessage.isOutgoing()) {