Remove unnecessarily duplicated string

This commit is contained in:
Naveen 2022-08-29 14:08:26 +05:30
parent d55c3d1d76
commit 3d0312ff44
40 changed files with 3 additions and 198 deletions

View file

@ -385,7 +385,7 @@ class ThreadAdapter(
} else {
vcard_subtitle.beGone()
}
vcard_view_contact.text = resources.getQuantityString(R.plurals.view_contact, vCards.size)
vcard_view_contact.text = context.getString(R.string.view_contact_details)
setOnClickListener {
if (actModeCallback.isSelectable) {