From c3ba8aadf68ca2f51caa9dfad8def5cbf8e5efea Mon Sep 17 00:00:00 2001 From: ismailgulek Date: Thu, 30 Jul 2020 18:12:51 +0300 Subject: [PATCH] fix copy/paste issue, thanks to @Manu --- Riot/Modules/Settings/SettingsViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Modules/Settings/SettingsViewController.m b/Riot/Modules/Settings/SettingsViewController.m index 769ab6e8f..b5d83585b 100644 --- a/Riot/Modules/Settings/SettingsViewController.m +++ b/Riot/Modules/Settings/SettingsViewController.m @@ -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) {