Merge branch 'charlesmchen/reregistrationVsProfile' into release/2.31.0

This commit is contained in:
Matthew Chen 2018-10-29 16:42:03 -04:00
commit 6e386b75c4

View file

@ -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