Fixes images not prefetching in AppIconShortcutsViewController

This commit is contained in:
Riley Testut 2019-08-07 16:55:44 -07:00
parent e91b6bcd6b
commit 3189c502c5

View File

@ -42,6 +42,7 @@ class AppIconShortcutsViewController: UITableViewController
self.navigationItem.hidesSearchBarWhenScrolling = false
self.tableView.dataSource = self.dataSource
self.tableView.prefetchDataSource = self.dataSource
self.tableView.allowsSelectionDuringEditing = true
self.updateShortcuts()