Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 4680a2465a
commit 2475406258

@ -117,9 +117,7 @@ static NSString *const kURLHostVerifyPrefix = @"verify";
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
if ([TSAccountManager isRegistered]) {
UIStoryboard *storyboard =
[UIStoryboard storyboardWithName:AppDelegateStoryboardMain bundle:[NSBundle mainBundle]];
self.window.rootViewController = [storyboard instantiateInitialViewController];
self.window.rootViewController = [[UIStoryboard main] instantiateInitialViewController];
} else {
RegistrationViewController *viewController = [RegistrationViewController new];
UINavigationController *navigationController =

Loading…
Cancel
Save