Respond to CR.

This commit is contained in:
Matthew Chen 2019-01-16 15:24:19 -05:00
parent 48fda586c3
commit 9d020e490c
3 changed files with 2 additions and 4 deletions

View File

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

View File

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

View File

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