mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-20 13:38:34 +01:00
Code quality
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
This commit is contained in:
parent
5db3c81aa9
commit
aab41d7358
@ -78,7 +78,8 @@ class ReadReceiptsView @JvmOverloads constructor(
|
||||
1 -> setContentDescription(context.getString(R.string.one_user_read, displayNames.get(0)))
|
||||
2 -> setContentDescription(context.getString(R.string.two_users_read, displayNames.get(0), displayNames.get(1)))
|
||||
3 -> setContentDescription(context.getString(R.string.three_users_read, displayNames.get(0), displayNames.get(1), displayNames.get(2)))
|
||||
else -> setContentDescription(context.getString(R.string.two_and_some_others_read, displayNames.get(0), displayNames.get(1), (readReceipts.size -2)))
|
||||
else -> setContentDescription(context.getString(R.string.two_and_some_others_read,
|
||||
displayNames.get(0), displayNames.get(1), (readReceipts.size -2)))
|
||||
}
|
||||
} else {
|
||||
isVisible = false
|
||||
|
Loading…
Reference in New Issue
Block a user