Unbreak the build by commenting out some in-progress code.
This commit is contained in:
parent
6b059671f5
commit
21f1863cd0
|
@ -670,12 +670,12 @@ private extension TimelineViewController {
|
||||||
|
|
||||||
func selectArticles(_ articleIDs: [String]) {
|
func selectArticles(_ articleIDs: [String]) {
|
||||||
|
|
||||||
let indexesToSelect = indexesOf(articleIDs)
|
// let indexesToSelect = indexesOf(articleIDs)
|
||||||
if indexesToSelect.isEmpty {
|
// if indexesToSelect.isEmpty {
|
||||||
tableView.deselectAll(self)
|
// tableView.deselectAll(self)
|
||||||
return
|
// return
|
||||||
}
|
// }
|
||||||
tableView.selectRowIndexes(indexesToSelect, byExtendingSelection: false)
|
// tableView.selectRowIndexes(indexesToSelect, byExtendingSelection: false)
|
||||||
}
|
}
|
||||||
|
|
||||||
func invalidateFetchAndMergeArticlesTimer() {
|
func invalidateFetchAndMergeArticlesTimer() {
|
||||||
|
|
Loading…
Reference in New Issue