fix copy/paste issue, thanks to @Manu

This commit is contained in:
ismailgulek
2020-07-30 18:12:51 +03:00
parent 4df19ef1b2
commit c3ba8aadf6

View File

@@ -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)
{