Enable new onboarding in production.

pull/2/head
Matthew Chen 6 years ago
parent e68faf9ab2
commit 29b49d6f43

@ -1479,11 +1479,7 @@ static NSTimeInterval launchStartedAt;
rootViewController = [HomeViewController new];
}
} else {
if (OWSIsDebugBuild()) {
rootViewController = [[OnboardingController new] initialViewController];
} else {
rootViewController = [RegistrationViewController new];
}
rootViewController = [[OnboardingController new] initialViewController];
navigationBarHidden = YES;
}
OWSAssertDebug(rootViewController);

Loading…
Cancel
Save