mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 04:06:14 +00:00
Fix cut off string in stories.
This commit is contained in:
committed by
Cody Henthorne
parent
7bcb3fa4d9
commit
07d961fc09
@@ -228,7 +228,9 @@ open class ContactSearchAdapter(
|
||||
|
||||
if (model.story.recipient.isMyStory && !model.hasBeenNotified) {
|
||||
number.setText(R.string.ContactSearchItems__tap_to_choose_your_viewers)
|
||||
number.setSingleLine(false)
|
||||
} else {
|
||||
number.setSingleLine(true)
|
||||
number.text = when {
|
||||
model.story.recipient.isGroup -> context.resources.getQuantityString(R.plurals.ContactSearchItems__group_story_d_viewers, count, count)
|
||||
model.story.recipient.isMyStory -> {
|
||||
|
||||
Reference in New Issue
Block a user