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
1 changed files with 1 additions and 1 deletions

View File

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