Add unit test coverage for AttachmentSaver.

This commit is contained in:
Jeffrey Starke
2025-03-20 14:53:42 -04:00
committed by Cody Henthorne
parent b9dc5cbe4f
commit 293012c219
5 changed files with 371 additions and 0 deletions

View File

@@ -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 {