diff --git a/Signal/src/AppDelegate.m b/Signal/src/AppDelegate.m index ee6035b8f..e4a613128 100644 --- a/Signal/src/AppDelegate.m +++ b/Signal/src/AppDelegate.m @@ -1327,6 +1327,8 @@ static NSTimeInterval launchStartedAt; self.window.rootViewController = navigationController; [AppUpdateNag.sharedInstance showAppUpgradeNagIfNecessary]; + + [UIViewController attemptRotationToDeviceOrientation]; } #pragma mark - status bar touches