Call -MXKContactManager.validateSyncLocalContactsState when the app is launched.

This commit is contained in:
Doug
2021-09-14 14:49:07 +01:00
parent 806c6d3677
commit e0bda2360b
3 changed files with 11 additions and 22 deletions
@@ -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;
}