mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 20:18:36 +00:00
Fix private story listing My Story as a recipient.
This commit is contained in:
committed by
Cody Henthorne
parent
1a103106a5
commit
7acb2bef3d
@@ -82,14 +82,9 @@ object PrivateStoryItem {
|
||||
}
|
||||
|
||||
avatar.setRecipient(model.recipient)
|
||||
|
||||
if (model.recipient.isSelf) {
|
||||
name.setText(R.string.MyStorySettingsFragment__my_story)
|
||||
} else {
|
||||
name.text = model.recipient.getDisplayName(context)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private class AddViewerViewHolder(itemView: View) : MappingViewHolder<AddViewerModel>(itemView) {
|
||||
override fun bind(model: AddViewerModel) {
|
||||
|
||||
Reference in New Issue
Block a user