Enable new onboarding in production.

This commit is contained in:
Matthew Chen 2019-02-20 10:23:11 -05:00
parent e68faf9ab2
commit 29b49d6f43
1 changed files with 1 additions and 5 deletions

View File

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