mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 12:47:35 +00:00
Live group membership count in conversation.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user