diff --git a/Signal/src/ViewControllers/ProfileViewController.m b/Signal/src/ViewControllers/ProfileViewController.m index 330476c63..5925a1472 100644 --- a/Signal/src/ViewControllers/ProfileViewController.m +++ b/Signal/src/ViewControllers/ProfileViewController.m @@ -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