Fix private story listing My Story as a recipient.
This commit is contained in:
parent
1a103106a5
commit
7acb2bef3d
1 changed files with 1 additions and 6 deletions
|
@ -82,12 +82,7 @@ object PrivateStoryItem {
|
|||
}
|
||||
|
||||
avatar.setRecipient(model.recipient)
|
||||
|
||||
if (model.recipient.isSelf) {
|
||||
name.setText(R.string.MyStorySettingsFragment__my_story)
|
||||
} else {
|
||||
name.text = model.recipient.getDisplayName(context)
|
||||
}
|
||||
name.text = model.recipient.getDisplayName(context)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue