mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
Do not show unregistered contacts in search results.
This commit is contained in:
committed by
Cody Henthorne
parent
7b0d3f36dc
commit
0425b70d31
@@ -203,6 +203,7 @@ class ContactSearchPagedDataSourceTest {
|
||||
|
||||
whenever(repository.getRecents(recents)).thenReturn(cursor)
|
||||
whenever(repository.queryNonGroupContacts(isNull(), any())).thenReturn(cursor)
|
||||
whenever(repository.querySignalContacts(any())).thenReturn(cursor)
|
||||
whenever(cursor.count).thenReturn(10)
|
||||
|
||||
return ContactSearchPagedDataSource(configuration, repository)
|
||||
|
||||
Reference in New Issue
Block a user