PlaceholderDetailViewController: Handle theme update for navigation bar.

This commit is contained in:
SBiOSoftWhare
2021-06-04 12:07:16 +02:00
parent 62537741b0
commit 7e23e3345a
@@ -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