Merge branch 'mkirk/fix-toolbar-appearance'

This commit is contained in:
Matthew Chen 2018-08-21 16:14:03 -04:00
commit 7b835bd08e

View file

@ -105,7 +105,6 @@ public class MediaTileViewController: UICollectionViewController, MediaGalleryDa
footerBar.setItems(footerItems, animated: false)
self.view.addSubview(self.footerBar)
footerBar.barTintColor = UIColor.ows_signalBrandBlue
footerBar.autoPinWidthToSuperview()
footerBar.autoSetDimension(.height, toSize: kFooterBarHeight)
self.footerBarBottomConstraint = footerBar.autoPinEdge(toSuperviewEdge: .bottom, withInset: -kFooterBarHeight)