mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
PlaceholderDetailViewController: Handle theme update for navigation bar.
This commit is contained in:
@@ -63,6 +63,10 @@ final class PlaceholderDetailViewController: UIViewController, Themable {
|
||||
|
||||
self.view.backgroundColor = theme.backgroundColor
|
||||
self.logoImageView.tintColor = theme.tintColor
|
||||
|
||||
if let navigationBar = self.navigationController?.navigationBar {
|
||||
theme.applyStyle(onNavigationBar: navigationBar)
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - Private
|
||||
|
||||
Reference in New Issue
Block a user