Live group membership count in conversation.

fork-5.53.8
Alan Evans 2020-05-15 10:28:48 -03:00 zatwierdzone przez GitHub
rodzic d300615d90
commit 5545daf992
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);
};