mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 04:28:34 +00:00
Live group membership count in conversation.
This commit is contained in:
parent
d300615d90
commit
5545daf992
@ -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);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user