MESSENGER-4883 add color changes and manual app store upload for beta

This commit is contained in:
JanNiklas Grabowski
2023-07-10 17:08:37 +02:00
parent 95452b58ab
commit cd5cf18b6c
@@ -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()