mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 22:29:09 +00:00
Merge pull request #3057 from nextcloud/issue-3019-empty-subline
Shows an empty subline when the last message expires instead of "No messages yet"
This commit is contained in:
commit
bd52d9d466
@ -256,7 +256,7 @@ class ConversationItem(
|
||||
}
|
||||
} else {
|
||||
holder.binding.dialogDate.visibility = View.GONE
|
||||
holder.binding.dialogLastMessage.setText(R.string.nc_no_messages_yet)
|
||||
holder.binding.dialogLastMessage.text = ""
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -337,7 +337,6 @@ How to translate with transifex:
|
||||
<string name="nc_conversation_menu_video_call">Video call</string>
|
||||
<string name="nc_conversation_menu_conversation_info">Conversation info</string>
|
||||
<string name="nc_new_messages">Unread messages</string>
|
||||
<string name="nc_no_messages_yet">No messages yet</string>
|
||||
<string name="nc_sent_a_link" formatted="true">%1$s sent a link.</string>
|
||||
<string name="nc_sent_a_gif" formatted="true">%1$s sent a GIF.</string>
|
||||
<string name="nc_sent_an_attachment" formatted="true">%1$s sent an attachment.</string>
|
||||
|
Loading…
Reference in New Issue
Block a user