mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 13:13:43 +00:00
Fix block request button not showing up always.
This commit is contained in:
@@ -270,7 +270,7 @@ public final class ConversationUpdateItem extends FrameLayout
|
||||
}
|
||||
}
|
||||
|
||||
static final class GroupDataManager {
|
||||
private final class GroupDataManager {
|
||||
|
||||
private final Observer<Recipient> recipientObserver;
|
||||
private final Observer<Boolean> isSelfAdminSetter;
|
||||
@@ -284,7 +284,7 @@ public final class ConversationUpdateItem extends FrameLayout
|
||||
this.recipientObserver = observer;
|
||||
this.isSelfAdminSetter = isSelfAdmin -> {
|
||||
this.isSelfAdmin = isSelfAdmin;
|
||||
recipientObserver.onChanged(conversationRecipient);
|
||||
present(conversationMessage, nextMessageRecord, conversationRecipient, isMessageRequestAccepted);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user