diff --git a/Signal/src/ViewControllers/PhotoLibrary/PhotoCollectionPickerController.swift b/Signal/src/ViewControllers/PhotoLibrary/PhotoCollectionPickerController.swift index bdb5436d1..5e89b3f64 100644 --- a/Signal/src/ViewControllers/PhotoLibrary/PhotoCollectionPickerController.swift +++ b/Signal/src/ViewControllers/PhotoLibrary/PhotoCollectionPickerController.swift @@ -104,7 +104,6 @@ class PhotoCollectionPickerController: OWSTableViewController, PhotoLibraryDeleg func buildTableCell(collection: PhotoCollection) -> UITableViewCell { let cell = OWSTableItem.newCell() - cell.backgroundColor = .ows_gray95 cell.contentView.backgroundColor = .ows_gray95 cell.selectedBackgroundView?.backgroundColor = UIColor(white: 0.2, alpha: 1) @@ -143,12 +142,6 @@ class PhotoCollectionPickerController: OWSTableViewController, PhotoLibraryDeleg return cell } - @objc - public override func applyTheme() { - view.backgroundColor = .ows_gray95 - tableView.backgroundColor = .ows_gray95 - } - // MARK: Actions @objc