Live group membership count in conversation.

This commit is contained in:
Alan Evans
2020-05-15 10:28:48 -03:00
committed by GitHub
parent d300615d90
commit 5545daf992

View File

@@ -39,9 +39,9 @@ public class MessageRequestViewModel extends ViewModel {
private LiveRecipient liveRecipient;
private long threadId;
@SuppressWarnings("CodeBlock2Expr")
private final RecipientForeverObserver recipientObserver = recipient -> {
loadMessageRequestAccepted(recipient);
loadMemberCount();
this.recipient.setValue(recipient);
};