ContactManager: Move contact manager in MatrixKit

This commit is contained in:
giomfo
2015-06-08 18:53:57 +02:00
parent aa647d0c36
commit da06ac56a4
24 changed files with 169 additions and 3315 deletions
@@ -21,8 +21,6 @@
#import "AppDelegate.h"
#import "APNSHandler.h"
#import "ContactManager.h"
#define SETTINGS_SECTION_ACCOUNTS_INDEX 0
#define SETTINGS_SECTION_NOTIFICATIONS_INDEX 1
#define SETTINGS_SECTION_CONTACTS_INDEX 2
@@ -196,9 +194,6 @@ NSString* const kCommandsDescriptionText = @"The following commands are availabl
[_settings setPhonebookCountryCode:selectedCountryCode];
countryCode = selectedCountryCode;
[[ContactManager sharedManager] internationalizePhoneNumbers:countryCode];
[[ContactManager sharedManager] loadContacts];
}
countryCode = [_settings phonebookCountryCode];