Settings > Security: Fix Giom's remarks

This commit is contained in:
manuroe
2020-01-30 13:14:17 +01:00
parent ecbedac466
commit 46a71641cf
7 changed files with 34 additions and 127 deletions
@@ -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)