diff --git a/iOS/MasterTimeline/MasterTimelineViewController.swift b/iOS/MasterTimeline/MasterTimelineViewController.swift index 1f67dadd5..753def8a4 100644 --- a/iOS/MasterTimeline/MasterTimelineViewController.swift +++ b/iOS/MasterTimeline/MasterTimelineViewController.swift @@ -83,21 +83,6 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner updateProgressIndicatorIfNeeded() } - override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) { - super.traitCollectionDidChange(previousTraitCollection) - - if traitCollection.userInterfaceStyle != previousTraitCollection?.userInterfaceStyle { - appDelegate.authorAvatarDownloader.resetCache() - appDelegate.feedIconDownloader.resetCache() - appDelegate.faviconDownloader.resetCache() - - // traitCollectionDidChange will get called on a background thread - DispatchQueue.main.async { - self.reloadAllVisibleCells() - } - } - } - // MARK: Actions @IBAction func markAllAsRead(_ sender: Any) {