Add mentions unread counter.

This commit is contained in:
Alex Hart
2020-08-13 15:37:15 -03:00
committed by Greyson Parrelli
parent 3c90dfa660
commit 06eadd0c15
30 changed files with 588 additions and 165 deletions

View File

@@ -30,7 +30,7 @@ public interface BindableConversationItem extends Unbindable {
@NonNull Set<ConversationMessage> batchSelected,
@NonNull Recipient recipients,
@Nullable String searchQuery,
boolean pulseHighlight);
boolean pulseMention);
ConversationMessage getConversationMessage();