mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 13:05:31 +03:00
parent
d7a2700234
commit
79f317d1e6
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class ConversationItem(
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
holder.binding.dialogDate.visibility = View.GONE
|
holder.binding.dialogDate.visibility = View.GONE
|
||||||
holder.binding.dialogLastMessage.setText(R.string.nc_no_messages_yet)
|
holder.binding.dialogLastMessage.text = ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue