Commit 209c164d by Orkhan Alikhanov Committed by GitHub

Fixed regression, NavigationBar had no background color by default

parent 46341bc5
...@@ -168,6 +168,7 @@ open class NavigationBar: UINavigationBar, Themeable { ...@@ -168,6 +168,7 @@ open class NavigationBar: UINavigationBar, Themeable {
let image = UIImage() let image = UIImage()
shadowImage = image shadowImage = image
setBackgroundImage(image, for: .default) setBackgroundImage(image, for: .default)
backgroundColor = .white
applyCurrentTheme() applyCurrentTheme()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment