Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Unified Diff: ios/chrome/browser/ui/authentication/signin_account_selector_view_controller.mm

Issue 2622103005: [Signin iOS] Reload the Account Selector screen when identities change (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698