Reenable the trait collection reload now that things are working better

This commit is contained in:
Maurice Parker 2021-10-20 20:50:55 -05:00
parent 9069ac975a
commit 278e845f76

View File

@ -89,7 +89,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) { override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
IconImageCache.shared.emptyCache() IconImageCache.shared.emptyCache()
super.traitCollectionDidChange(previousTraitCollection) super.traitCollectionDidChange(previousTraitCollection)
// reloadAllVisibleCells() reloadAllVisibleCells()
} }
// MARK: Notifications // MARK: Notifications