mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
MESSENGER-3352 build settings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user