mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Call -MXKContactManager.validateSyncLocalContactsState when the app is launched.
This commit is contained in:
@@ -4568,13 +4568,13 @@ TableViewSectionsDelegate>
|
||||
[coordinatorBridgePresenter dismissWithAnimated:YES completion:^{
|
||||
|
||||
}];
|
||||
[self updateSections];
|
||||
[self updateSections]; // Disables the contacts toggle as the terms weren't accepted.
|
||||
self.serviceTermsModalCoordinatorBridgePresenter = nil;
|
||||
}
|
||||
|
||||
- (void)serviceTermsModalCoordinatorBridgePresenterDelegateDidClose:(ServiceTermsModalCoordinatorBridgePresenter * _Nonnull)coordinatorBridgePresenter
|
||||
{
|
||||
[self updateSections];
|
||||
[self updateSections]; // Disables the contacts toggle as the terms weren't accepted.
|
||||
self.serviceTermsModalCoordinatorBridgePresenter = nil;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user