Add new call screen for calls tab.

This commit is contained in:
Alex Hart
2023-03-16 12:59:58 -03:00
committed by Greyson Parrelli
parent 1210b2af0f
commit ce3770a0fb
24 changed files with 601 additions and 169 deletions

View File

@@ -148,6 +148,14 @@ class ContactSearchPagedDataSourceTest {
"two",
"three"
)
withEmptyState {
arbitrary(
"one",
"two",
"three"
)
}
}
return ContactSearchPagedDataSource(configuration, repository, ArbitraryRepoFake())