mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Add unit test coverage for AttachmentSaver.
This commit is contained in:
committed by
Cody Henthorne
parent
b9dc5cbe4f
commit
293012c219
@@ -1804,6 +1804,7 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
|
||||
if (author.equals(Recipient.self().getId())) {
|
||||
return context.getString(R.string.ConversationItem__reacted_to_your_story);
|
||||
} else {
|
||||
//noinspection WrongThread
|
||||
return context.getString(R.string.ConversationItem__you_reacted_to_s_story, Recipient.resolved(author).getShortDisplayName(context));
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user