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?) {
|
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
|
||||||
IconImageCache.shared.emptyCache()
|
IconImageCache.shared.emptyCache()
|
||||||
super.traitCollectionDidChange(previousTraitCollection)
|
super.traitCollectionDidChange(previousTraitCollection)
|
||||||
// reloadAllVisibleCells()
|
reloadAllVisibleCells()
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: Notifications
|
// MARK: Notifications
|
||||||
|
Loading…
x
Reference in New Issue
Block a user