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 7d6117569c
commit 4cb3a78218
@@ -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];
}