mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
fix copy/paste issue, thanks to @Manu
This commit is contained in:
@@ -308,7 +308,7 @@ SettingsIdentityServerCoordinatorBridgePresenterDelegate>
|
||||
// add linked phone numbers
|
||||
for (NSInteger index = 0; index < account.linkedPhoneNumbers.count; index++)
|
||||
{
|
||||
[sectionUserSettings addRowWithTag: USER_SETTINGS_EMAILS_OFFSET + index];
|
||||
[sectionUserSettings addRowWithTag: USER_SETTINGS_PHONENUMBERS_OFFSET + index];
|
||||
}
|
||||
if (BuildSettings.allowAddingEmailThreepids)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user