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

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

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

Loading…
Cancel
Save