Merge branch 'charlesmchen/reregistrationVsProfile' into release/2.31.0

pull/1/head
Matthew Chen 7 years ago
commit 6e386b75c4

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