Release 2.0.0

This commit is contained in:
Frank Rotermund
2022-11-27 13:18:53 +00:00
parent bf57719009
commit 0dc8ec0982
570 changed files with 20366 additions and 4410 deletions
@@ -238,7 +238,7 @@
*/
- (void)updateFooterViewVisibility
{
if (!BuildSettings.allowLocalContactsAccess || self.disableFindYourContactsFooter)
if (!BWIBuildSettings.shared.allowLocalContactsAccess || self.disableFindYourContactsFooter)
{
self.contactsTableView.tableFooterView = [[UIView alloc] init];
return;
@@ -314,7 +314,7 @@
- (void)refreshLocalContacts
{
if (!BuildSettings.allowLocalContactsAccess)
if (!BWIBuildSettings.shared.allowLocalContactsAccess)
{
return;
}