Fix presentation animation of "no contacts" mode of new conversation view.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent b8a7204cd1
commit ff89d07ddb

@ -135,8 +135,8 @@ NSString *const MessageComposeTableViewControllerCellContact = @"ContactTableVie
self.title = NSLocalizedString(@"MESSAGE_COMPOSEVIEW_TITLE", @"");
}
- (void)viewDidAppear:(BOOL)animated {
[super viewDidAppear:animated];
- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
if ([self.contacts count] == 0) {
[self showEmptyBackgroundView:YES];

Loading…
Cancel
Save