diff --git a/Signal/src/AppDelegate.m b/Signal/src/AppDelegate.m index 03fc5d67a..1a6860b7b 100644 --- a/Signal/src/AppDelegate.m +++ b/Signal/src/AppDelegate.m @@ -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);