PlaceholderDetailViewController: Handle theme update for navigation bar.

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