mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Remove LifecycleViewHolder / Adapter.
This commit is contained in:
committed by
Cody Henthorne
parent
12ec0ca84c
commit
0ab66f81be
@@ -68,6 +68,7 @@ public final class ShowAdminsBottomSheetDialog extends BottomSheetDialogFragment
|
||||
disposables.bindTo(getViewLifecycleOwner().getLifecycle());
|
||||
|
||||
GroupMemberListView list = view.findViewById(R.id.show_admin_list);
|
||||
list.initializeAdapter(getViewLifecycleOwner());
|
||||
list.setDisplayOnlyMembers(Collections.emptyList());
|
||||
|
||||
list.setRecipientClickListener(recipient -> {
|
||||
|
||||
Reference in New Issue
Block a user