Respond to CR.

pull/1/head
Matthew Chen 6 years ago
parent 48fda586c3
commit 9d020e490c

@ -1327,6 +1327,8 @@ static NSTimeInterval launchStartedAt;
self.window.rootViewController = navigationController; self.window.rootViewController = navigationController;
[AppUpdateNag.sharedInstance showAppUpgradeNagIfNecessary]; [AppUpdateNag.sharedInstance showAppUpgradeNagIfNecessary];
[UIViewController attemptRotationToDeviceOrientation];
} }
#pragma mark - status bar touches #pragma mark - status bar touches

@ -748,8 +748,6 @@ typedef enum : NSUInteger {
OWSLogVerbose(@"First viewWillAppear took: %.2fms", appearenceDuration * 1000); OWSLogVerbose(@"First viewWillAppear took: %.2fms", appearenceDuration * 1000);
} }
[self updateInputToolbarLayout]; [self updateInputToolbarLayout];
[UIViewController attemptRotationToDeviceOrientation];
} }
- (NSArray<id<ConversationViewItem>> *)viewItems - (NSArray<id<ConversationViewItem>> *)viewItems

@ -645,8 +645,6 @@ NSString *const kArchivedConversationsReuseIdentifier = @"kArchivedConversations
} }
[self.searchResultsController viewWillAppear:animated]; [self.searchResultsController viewWillAppear:animated];
[UIViewController attemptRotationToDeviceOrientation];
} }
- (void)viewWillDisappear:(BOOL)animated - (void)viewWillDisappear:(BOOL)animated

Loading…
Cancel
Save