MESSENGER-3352 build settings

This commit is contained in:
Arnfried Griesert
2022-10-27 09:06:24 +00:00
parent 51a7d48e2c
commit 4f407e6923
103 changed files with 1013 additions and 1360 deletions
@@ -86,7 +86,7 @@
messagesSearchViewController = [HomeMessagesSearchViewController searchViewController];
if (BuildSettings.showUnifiedSearchViewMessagesTab)
if (BWIBuildSettings.shared.showUnifiedSearchViewMessagesTab)
{
messagesSearchViewController.screenTracker = [[AnalyticsScreenTracker alloc] initWithScreen:AnalyticsScreenSearchMessages];
[viewControllers addObject:messagesSearchViewController];
@@ -102,7 +102,7 @@
filesSearchViewController = [HomeFilesSearchViewController searchViewController];
if (BuildSettings.showUnifiedSearchViewFilesTab)
if (BWIBuildSettings.shared.showUnifiedSearchViewFilesTab)
{
filesSearchViewController.screenTracker = [[AnalyticsScreenTracker alloc] initWithScreen:AnalyticsScreenSearchFiles];
[viewControllers addObject:filesSearchViewController];