best-match: Lookup contact if country code changed

Closes #217
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-04-05 04:55:55 +02:00
parent 25d651c834
commit 0bd6d7f2a5
3 changed files with 103 additions and 6 deletions

View File

@@ -472,6 +472,9 @@ calls_manager_init (CallsManager *self)
// Load the contacts provider
self->contacts_provider = calls_contacts_provider_new ();
g_object_bind_property (self, "country-code",
self->contacts_provider, "country-code",
G_BINDING_DEFAULT);
}