mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Add support for message and thread results.
This commit is contained in:
committed by
Greyson Parrelli
parent
8dd1d3bdeb
commit
b4a34599d7
@@ -120,7 +120,6 @@ class MultiselectForwardFragment :
|
||||
contactSearchRecycler = view.findViewById(R.id.contact_selection_list)
|
||||
contactSearchMediator = ContactSearchMediator(
|
||||
this,
|
||||
contactSearchRecycler,
|
||||
FeatureFlags.shareSelectionLimit(),
|
||||
!args.selectSingleRecipient,
|
||||
ContactSearchAdapter.DisplaySmsTag.DEFAULT,
|
||||
@@ -128,6 +127,8 @@ class MultiselectForwardFragment :
|
||||
this::filterContacts
|
||||
)
|
||||
|
||||
contactSearchRecycler.adapter = contactSearchMediator.adapter
|
||||
|
||||
callback = findListener()!!
|
||||
disposables.bindTo(viewLifecycleOwner.lifecycle)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user