Load contacts and/or the footer view before the view appears.

This commit is contained in:
Doug 2021-08-13 14:15:42 +01:00
parent 68c9c019d5
commit e82ed1fbb5

View file

@ -166,15 +166,11 @@
}];
[self refreshContactsTable];
}
- (void)viewDidAppear:(BOOL)animated
{
[super viewDidAppear:animated];
// Load the local contacts for display.
[self refreshLocalContacts];
[self refreshContactsTable];
// Show the contacts access footer if necessary.
[self updateFooterView];
}