MESSENGER-3352 build settings

This commit is contained in:
Arnfried Griesert
2022-10-27 09:06:24 +00:00
parent e2a2eb4c61
commit 86aa5365bb
103 changed files with 1013 additions and 1360 deletions
@@ -56,7 +56,7 @@
- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
if( [BuildSettings showTopBanner] ) {
if( [BWIBuildSettings.shared showTopBanner] ) {
[self showTopBanner];
}
}
@@ -65,7 +65,7 @@
{
[super viewWillDisappear:animated];
if( bannersInitialized && [BuildSettings showTopBanner] ) {
if( bannersInitialized && [BWIBuildSettings.shared showTopBanner] ) {
[self hideTopBanner];
}
}
@@ -148,7 +148,7 @@
self->bannersInitialized = TRUE;
if( [BuildSettings showTopBanner] ) {
if( [BWIBuildSettings.shared showTopBanner] ) {
[self showTopBanner];
}
}