mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-09 09:27:42 +02:00
MESSENGER-4883 add color changes and manual app store upload for beta
This commit is contained in:
@@ -137,8 +137,13 @@ class AllChatsViewController: HomeViewController {
|
||||
emptyViewBottomAnchor = toolbar.topAnchor
|
||||
|
||||
// bwi: 4179
|
||||
toolbar.tintColor = ThemeService.shared().theme.tintColor
|
||||
toolbar.barTintColor = ThemeService.shared().theme.backgroundColor
|
||||
|
||||
if BWIBuildSettings.shared.useNewBumColors { // bwi: #4883
|
||||
toolbar.tintColor = ThemeService.shared().theme.tintColor
|
||||
toolbar.barTintColor = ThemeService.shared().theme.backgroundColor
|
||||
} else {
|
||||
toolbar.tintColor = theme.colors.accent
|
||||
}
|
||||
|
||||
updateUI()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user