Fix small bug in the re-registration flow.

pull/1/head
Matthew Chen 7 years ago
parent af9a264c98
commit 9fa16cc66f

@ -85,6 +85,10 @@ NSString *const kProfileView_LastPresentedDate = @"kProfileView_LastPresentedDat
[self createViews];
[self updateNavigationItem];
if (self.nameTextField.text.length > 0) {
self.hasUnsavedChanges = YES;
}
}
- (void)createViews

Loading…
Cancel
Save