Reenable the trait collection reload now that things are working better
This commit is contained in:
parent
9069ac975a
commit
278e845f76
|
@ -89,7 +89,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
|
|||
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
|
||||
IconImageCache.shared.emptyCache()
|
||||
super.traitCollectionDidChange(previousTraitCollection)
|
||||
// reloadAllVisibleCells()
|
||||
reloadAllVisibleCells()
|
||||
}
|
||||
|
||||
// MARK: Notifications
|
||||
|
|
Loading…
Reference in New Issue