This commit is contained in:
Alibek Omarov 2020-12-06 03:00:08 +03:00
parent 6a1c062a8d
commit 389bcdb66d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class ChatsViewHolder(view: View) : RecyclerView.ViewHolder(view) {
content.text = if(chat.lastMessage.accountId == localUserId) {
SpannableStringBuilder.valueOf(content.resources.getText(R.string.chat_our_last_message))
.append(": $text")
.append(": ").append(text)
} else text
} else {