default value

pull/1/head
Michael Kirk 7 years ago
parent 249b0a32b2
commit 4f94d5c5a9

@ -149,7 +149,6 @@ class MessageDetailViewController: OWSViewController, MediaGalleryDataSourceDele
if hasMediaAttachment {
let footer = UIToolbar()
footer.barTintColor = UIColor.ows_materialBlue
view.addSubview(footer)
footer.autoPinWidthToSuperview(withMargin: 0)
footer.autoPinEdge(.top, to: .bottom, of: scrollView)

@ -41,9 +41,6 @@ public class OWSNavigationBar: UINavigationBar {
override init(frame: CGRect) {
super.init(frame: frame)
self.isOpaque = false
self.isTranslucent = true
NotificationCenter.default.addObserver(self, selector: #selector(callDidChange), name: .OWSWindowManagerCallDidChange, object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(didChangeStatusBarFrame), name: .UIApplicationDidChangeStatusBarFrame, object: nil)
}

Loading…
Cancel
Save