diff --git a/Signal/src/Storyboard/Storyboard.storyboard b/Signal/src/Storyboard/Storyboard.storyboard index 510e34ec4..1a2c21797 100755 --- a/Signal/src/Storyboard/Storyboard.storyboard +++ b/Signal/src/Storyboard/Storyboard.storyboard @@ -1,7 +1,7 @@ - + - + @@ -1467,7 +1467,6 @@ Lorem ipsum : Quick explanation of Fingerprints - @@ -1491,7 +1490,7 @@ Lorem ipsum : Quick explanation of Fingerprints - + @@ -2403,6 +2402,9 @@ Licensed under the GPLv3 + + + @@ -2474,6 +2476,9 @@ Licensed under the GPLv3 + + + @@ -2604,6 +2609,9 @@ Licensed under the GPLv3 + + + @@ -2937,8 +2945,7 @@ Licensed under the GPLv3 - - + @@ -2992,9 +2999,6 @@ Licensed under the GPLv3 - - - diff --git a/Signal/src/view controllers/SignalTabBarController.m b/Signal/src/view controllers/SignalTabBarController.m index 1ab85f8a4..303871f4f 100644 --- a/Signal/src/view controllers/SignalTabBarController.m +++ b/Signal/src/view controllers/SignalTabBarController.m @@ -33,6 +33,8 @@ } - (void)viewDidAppear:(BOOL)animated{ + [super viewDidAppear:animated]; + if (![TSAccountManager isRegistered]){ [self performSegueWithIdentifier:@"showSignupFlow" sender:self]; }