mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Settings > Security: Fix Giom's remarks
This commit is contained in:
@@ -2661,6 +2661,17 @@ SettingsIdentityServerCoordinatorBridgePresenterDelegate>
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (section == SETTINGS_SECTION_CONTACTS_INDEX)
|
||||
{
|
||||
if (row == localContactsPhoneBookCountryIndex)
|
||||
{
|
||||
CountryPickerViewController *countryPicker = [CountryPickerViewController countryPickerViewController];
|
||||
countryPicker.view.tag = SETTINGS_SECTION_CONTACTS_INDEX;
|
||||
countryPicker.delegate = self;
|
||||
countryPicker.showCountryCallingCode = YES;
|
||||
[self pushViewController:countryPicker];
|
||||
}
|
||||
}
|
||||
else if (section == SETTINGS_SECTION_SECURITY_INDEX)
|
||||
{
|
||||
switch (row)
|
||||
|
||||
Reference in New Issue
Block a user