Unbreak the build by commenting out some in-progress code.

This commit is contained in:
Brent Simmons 2018-01-17 21:51:24 -08:00
parent 6b059671f5
commit 21f1863cd0
1 changed files with 6 additions and 6 deletions

View File

@ -670,12 +670,12 @@ private extension TimelineViewController {
func selectArticles(_ articleIDs: [String]) {
let indexesToSelect = indexesOf(articleIDs)
if indexesToSelect.isEmpty {
tableView.deselectAll(self)
return
}
tableView.selectRowIndexes(indexesToSelect, byExtendingSelection: false)
// let indexesToSelect = indexesOf(articleIDs)
// if indexesToSelect.isEmpty {
// tableView.deselectAll(self)
// return
// }
// tableView.selectRowIndexes(indexesToSelect, byExtendingSelection: false)
}
func invalidateFetchAndMergeArticlesTimer() {