From 32f8795342ef19a85b15c43748eb614a4200216e Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Tue, 21 Aug 2018 12:53:35 -0600 Subject: [PATCH] media tile toolbar respects theme by using UIAppearance defaults --- Signal/src/ViewControllers/MediaTileViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Signal/src/ViewControllers/MediaTileViewController.swift b/Signal/src/ViewControllers/MediaTileViewController.swift index 7cfc9f1ee..33cb6adbd 100644 --- a/Signal/src/ViewControllers/MediaTileViewController.swift +++ b/Signal/src/ViewControllers/MediaTileViewController.swift @@ -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)