| Index: ios/chrome/browser/ui/authentication/signed_in_accounts_view_controller.mm
|
| diff --git a/ios/chrome/browser/ui/authentication/signed_in_accounts_view_controller.mm b/ios/chrome/browser/ui/authentication/signed_in_accounts_view_controller.mm
|
| index a34afc472c679f1d57c84484c5f97be1a81fbe15..69c9f407eb25cb7c868d118867f9ba65487f6ad3 100644
|
| --- a/ios/chrome/browser/ui/authentication/signed_in_accounts_view_controller.mm
|
| +++ b/ios/chrome/browser/ui/authentication/signed_in_accounts_view_controller.mm
|
| @@ -166,9 +166,7 @@ BOOL gSignedInAccountsViewControllerIsShown = NO;
|
| base::mac::ObjCCastStrict<CollectionViewAccountItem>(
|
| [_identityMap objectForKey:identity.gaiaID]);
|
| [self updateAccountItem:item withIdentity:identity];
|
| - NSIndexPath* indexPath =
|
| - [self.collectionViewModel indexPathForItem:item
|
| - inSectionWithIdentifier:SectionIdentifierAccounts];
|
| + NSIndexPath* indexPath = [self.collectionViewModel indexPathForItem:item];
|
| [self.collectionView reloadItemsAtIndexPaths:@[ indexPath ]];
|
| }
|
|
|
|
|