ContactManager: Add multi-sessions support.

This commit is contained in:
giomfo
2015-06-05 18:27:51 +02:00
parent a178c8d0ce
commit aa647d0c36
9 changed files with 692 additions and 597 deletions
@@ -198,7 +198,7 @@ NSString* const kCommandsDescriptionText = @"The following commands are availabl
countryCode = selectedCountryCode;
[[ContactManager sharedManager] internationalizePhoneNumbers:countryCode];
[[ContactManager sharedManager] fullRefresh];
[[ContactManager sharedManager] loadContacts];
}
countryCode = [_settings phonebookCountryCode];