Index: ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.mm |
diff --git a/ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.mm b/ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.mm |
index 822178a8c1b1fedc69659e030b5c298eac51b683..fc33ec3122d708c9e55f91ed6d889652a29666df 100644 |
--- a/ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.mm |
+++ b/ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.mm |
@@ -244,8 +244,7 @@ typedef NS_ENUM(NSInteger, ItemType) { |
[reloadItems addObject:accountItem]; |
} |
} |
- [self reconfigureCellsForItems:reloadItems |
- inSectionWithIdentifier:SectionIdentifierAccounts]; |
+ [self reconfigureCellsForItems:reloadItems]; |
} else if (item.type == ItemTypeAddAccount) { |
[self.delegate accountSelectorControllerDidSelectAddAccount:self]; |
} |