mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 05:06:58 +02:00
ContactManager: Move contact manager in MatrixKit
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user