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 {
let image = UIImage()
shadowImage = image
setBackgroundImage(image, for: .default)
backgroundColor = .white
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