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,12 +82,7 @@ object PrivateStoryItem {
|
|||||||
}
|
}
|
||||||
|
|
||||||
avatar.setRecipient(model.recipient)
|
avatar.setRecipient(model.recipient)
|
||||||
|
name.text = model.recipient.getDisplayName(context)
|
||||||
if (model.recipient.isSelf) {
|
|
||||||
name.setText(R.string.MyStorySettingsFragment__my_story)
|
|
||||||
} else {
|
|
||||||
name.text = model.recipient.getDisplayName(context)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user