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