mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
Load contacts and/or the footer view before the view appears.
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user