| 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 fec861d94ba0941325f133293f254d16ae17a9ef..31da8a8b32f31ce04562bedd937d82569b5fc55c 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
|
| @@ -256,6 +256,7 @@ typedef NS_ENUM(NSInteger, ItemType) {
|
| - (void)onIdentityListChanged {
|
| ChromeIdentity* selectedIdentity = [self selectedIdentity];
|
| [self loadModel];
|
| + [self.collectionView reloadData];
|
|
|
| // Reselect the identity.
|
| if (!selectedIdentity) {
|
|
|