chore: disable banner (MESSENGER-7408)

This commit is contained in:
Frank Rotermund
2025-06-16 13:42:55 +02:00
parent 4bebfc4b6a
commit 50c8e8739b
3 changed files with 3 additions and 3 deletions

View File

@@ -488,7 +488,7 @@ class BWIBuildSettings: NSObject {
var forgotPasswordInformationAlert = true
// MARK: Promote new feature within a banner below the navigation view
var showTopBanner = true
var showTopBanner = false
var showCustomServerDisplayName = true
var customServerDisplayName = ""

View File

@@ -44,6 +44,6 @@ extension BWIBuildSettings {
avoidServerSelectionOnAppConfig = true
enableFeatureWYSIWYGByDefault = true
bwiEnableTokenizedLoginProtection = true
bwiShowHappyBirthdayCampaign = true
bwiShowHappyBirthdayCampaign = false
}
}

View File

@@ -32,7 +32,7 @@ extension BWIBuildSettings {
avoidServerSelectionOnAppConfig = true
enableFeatureWYSIWYGByDefault = true
bwiEnableTokenizedLoginProtection = true
bwiShowHappyBirthdayCampaign = true
bwiShowHappyBirthdayCampaign = false
}
}