Do not linkify message body if recipient is not message request accepted.

Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
Alan Evans
2021-02-03 12:45:14 -04:00
committed by Greyson Parrelli
parent 213ffdab62
commit ddb04c6ea3
8 changed files with 67 additions and 29 deletions

View File

@@ -37,7 +37,8 @@ public interface BindableConversationItem extends Unbindable {
@NonNull Recipient recipients,
@Nullable String searchQuery,
boolean pulseMention,
boolean hasWallpaper);
boolean hasWallpaper,
boolean isMessageRequestAccepted);
ConversationMessage getConversationMessage();