mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Added CardDAV search
This commit is contained in:
parent
c2d57c504f
commit
be82bcfedf
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class ContactsListViewModel : ViewModel() {
|
|||
previousFilter = filterValue
|
||||
|
||||
val domain = if (sipContactsSelected.value == true) coreContext.core.defaultAccount?.params?.domain ?: "" else ""
|
||||
val sources = MagicSearch.Source.Friends.toInt() or MagicSearch.Source.LdapServers.toInt()
|
||||
val sources = MagicSearch.Source.Friends.toInt() or MagicSearch.Source.LdapServers.toInt() or MagicSearch.Source.RemoteCardDAV.toInt()
|
||||
val aggregation = MagicSearch.Aggregation.Friend
|
||||
searchResultsPending = true
|
||||
fastFetchJob?.cancel()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue